mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
🎨 Changed primary/secondary color to camelCase
This commit is contained in:
@@ -40,7 +40,7 @@ export function ColorSchemeSwitch() {
|
||||
<Sun className={cx(classes.icon, classes.iconLight)} size={18} />
|
||||
<MoonStars className={cx(classes.icon, classes.iconDark)} size={18} />
|
||||
<Switch
|
||||
color={config.settings.primary_color || 'red'}
|
||||
color={config.settings.primaryColor || 'red'}
|
||||
checked={colorScheme === 'dark'}
|
||||
onChange={() => toggleColorScheme()}
|
||||
size="md"
|
||||
|
||||
Reference in New Issue
Block a user