From 9661aa1dadf2567e42cdb28b3c0277437fc1212f Mon Sep 17 00:00:00 2001 From: Kacper Date: Mon, 5 Jan 2026 15:22:04 +0100 Subject: [PATCH] style: update BoardHeader component for improved layout - Adjusted the spacing and height of the concurrency slider and auto mode toggle containers for better visual consistency. - Changed class names to enhance the overall design and maintainability of the UI. --- apps/ui/src/components/views/board-view/board-header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/ui/src/components/views/board-view/board-header.tsx b/apps/ui/src/components/views/board-view/board-header.tsx index bc20f37a..ab7713c7 100644 --- a/apps/ui/src/components/views/board-view/board-header.tsx +++ b/apps/ui/src/components/views/board-view/board-header.tsx @@ -61,7 +61,7 @@ export function BoardHeader({ {/* Concurrency Slider - only show after mount to prevent hydration issues */} {isMounted && (
@@ -86,7 +86,7 @@ export function BoardHeader({ {/* Auto Mode Toggle - only show after mount to prevent hydration issues */} {isMounted && ( -
+