From 6bdabb0e60bee41195e5e3fb13699d1a2bba6949 Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Thu, 1 Jan 2026 18:49:56 -0800 Subject: [PATCH] feat(ui): apply visual polish phase 4 --- .../components/layout-editor/LayoutEditor.tsx | 38 ++++----- .../components/layout-editor/TypeLibrary.tsx | 77 +++++++++---------- frontend/src/index.css | 54 ++++++------- frontend/tailwind.config.js | 32 ++++---- 4 files changed, 101 insertions(+), 100 deletions(-) diff --git a/frontend/src/components/layout-editor/LayoutEditor.tsx b/frontend/src/components/layout-editor/LayoutEditor.tsx index 208acb6..0708b9e 100644 --- a/frontend/src/components/layout-editor/LayoutEditor.tsx +++ b/frontend/src/components/layout-editor/LayoutEditor.tsx @@ -141,40 +141,42 @@ export function LayoutEditor({ floorId, className }: LayoutEditorProps) { } return ( -
- {floorData?.floor.name} • {floorData?.stats.occupiedPositions}/{floorData?.stats.totalPositions} positions filled +
+ {floorData?.floor.name} • {floorData?.stats.occupiedPositions}/{floorData?.stats.totalPositions} positions filled