fix: show light/dark variant chips on Default theme card
This commit is contained in:
@@ -74,6 +74,7 @@ export function ThemesSettings() {
|
|||||||
name="Default"
|
name="Default"
|
||||||
author="Bulwark"
|
author="Bulwark"
|
||||||
isDefaultTheme
|
isDefaultTheme
|
||||||
|
variants={['light', 'dark']}
|
||||||
isDark={isDark}
|
isDark={isDark}
|
||||||
isActive={activeThemeId === null}
|
isActive={activeThemeId === null}
|
||||||
isBuiltIn
|
isBuiltIn
|
||||||
|
|||||||
Reference in New Issue
Block a user