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)} + /> +
))}