mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 15:05:48 +01:00
🎨 Changed primary/secondary color to camelCase
This commit is contained in:
@@ -27,8 +27,8 @@ export function Logo({ style }: any) {
|
||||
weight="bold"
|
||||
variant="gradient"
|
||||
gradient={{
|
||||
from: config.settings.primary_color || 'red',
|
||||
to: config.settings.secondary_color || 'orange',
|
||||
from: config.settings.primaryColor || 'red',
|
||||
to: config.settings.secondaryColor || 'orange',
|
||||
deg: 145,
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user