From 91ad6bba992c1cadfd5585df151c35066d697c35 Mon Sep 17 00:00:00 2001 From: Luca <102960244+Luca-Timo@users.noreply.github.com> Date: Mon, 4 May 2026 15:48:12 +0200 Subject: [PATCH] style(theme-customizer): match header-style picker grid to layout picker (3 cols) --- frontend/src/components/admin/ThemeCustomizerEnhanced.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/admin/ThemeCustomizerEnhanced.tsx b/frontend/src/components/admin/ThemeCustomizerEnhanced.tsx index cd8ce1b7..d7564e36 100644 --- a/frontend/src/components/admin/ThemeCustomizerEnhanced.tsx +++ b/frontend/src/components/admin/ThemeCustomizerEnhanced.tsx @@ -627,7 +627,7 @@ export const ThemeCustomizerEnhanced: React.FC = (

{t('branding.headerStyleDescription', 'Choose how the gallery header appears. The header style is independent of the photo layout.')}

-
+
{(Object.keys(headerStyleIcons) as HeaderStyleType[]).map((style) => (