From 8950fd62609ed4138a85ef2ebf14ba8f71a00f50 Mon Sep 17 00:00:00 2001 From: Daniel Bedeleanu Date: Sat, 25 Apr 2026 13:04:45 +0300 Subject: [PATCH] style(frontend): refactor ItemDetailModal for DESIGN.md compliance - Removed 'font-sans' and hardcoded surface colors - Replaced background with 'level-0' and borders with 'border-border' - Ensured sharp corners and removed 'rounded' classes - Updated icon button hover states for industrial look --- frontend/components/ItemDetailModal.tsx | 38 ++++++++++++------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/frontend/components/ItemDetailModal.tsx b/frontend/components/ItemDetailModal.tsx index db7dee76..dd7c1163 100644 --- a/frontend/components/ItemDetailModal.tsx +++ b/frontend/components/ItemDetailModal.tsx @@ -68,16 +68,16 @@ export default function ItemDetailModal({ }; return ( -
-
+
+
{/* Header */} -
+

{item.name}

{currentPhoto && (
) : ( -
-

No Photo Uploaded

+
+

No Photo Uploaded

@@ -169,12 +169,12 @@ export default function ItemDetailModal({ )} ) : ( -
+

Upload New Photo