This commit is contained in:
2026-05-15 15:57:00 +02:00
parent 7294dd47ef
commit ab6f6088f2
8 changed files with 143 additions and 69 deletions
@@ -43,7 +43,7 @@ export default function ThemeSwitcher({ defaultTheme = 'salon' }: Props) {
value={theme}
onChange={(e) => setTheme(e.target.value)}
aria-label="Theme"
className="topbar-control"
className="topbar-control theme-select"
>
{THEMES.map(t => (
<option key={t.value} value={t.value}>{t.label}</option>