fix: show light/dark variant chips on Default theme card

This commit is contained in:
Linus Rath
2026-06-03 19:42:01 +02:00
parent bbd43b5948
commit 6bb85d746c
+1
View File
@@ -74,6 +74,7 @@ export function ThemesSettings() {
name="Default"
author="Bulwark"
isDefaultTheme
variants={['light', 'dark']}
isDark={isDark}
isActive={activeThemeId === null}
isBuiltIn