From 4c8edf62656e75069f8c25f06ec679a92b1a81c4 Mon Sep 17 00:00:00 2001 From: Joshua Ryder Date: Sun, 14 Dec 2025 12:51:10 -0500 Subject: [PATCH] Color picker fix --- frontend/src/components/SectionsManager.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/SectionsManager.tsx b/frontend/src/components/SectionsManager.tsx index bd3989d0..eb405f89 100644 --- a/frontend/src/components/SectionsManager.tsx +++ b/frontend/src/components/SectionsManager.tsx @@ -172,8 +172,12 @@ const SectionsManager: React.FC = ({ }; const ColorPicker = ({ selectedColor, onSelect }: { selectedColor: string; onSelect: (color: string) => void }) => ( -
-
+
+ {/* 6 colors per row: 6×32px + 5×8px gaps = 232px, fits in 256-24 padding = 232px */} +
{SECTION_COLORS.map(color => (