From cd0e08fb91fbbe498f1a85e9b78a1ef04adba3a2 Mon Sep 17 00:00:00 2001 From: findthelorax Date: Mon, 20 Apr 2026 23:48:24 -0400 Subject: [PATCH] fixed canvas style options to fit better and be max 50vw --- frontend/src/components/modals/ThemeModal.tsx | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/modals/ThemeModal.tsx b/frontend/src/components/modals/ThemeModal.tsx index 23f1d6c..62901e7 100644 --- a/frontend/src/components/modals/ThemeModal.tsx +++ b/frontend/src/components/modals/ThemeModal.tsx @@ -70,13 +70,13 @@ function ThemeCard({ themeId, selected, onClick }: ThemeCardProps) { {/* Label */}
{preset.label}
{preset.description} @@ -121,19 +121,20 @@ export function ThemeModal({ open, onClose }: ThemeModalProps) { return ( { if (!o) handleCancel() }}> - + Choose Canvas Style -
+
{THEME_ORDER.map((id) => ( - handleSelect(id)} - /> +
+ handleSelect(id)} + /> +
))}