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:
@@ -5,8 +5,8 @@ export interface Settings {
|
||||
title?: string;
|
||||
logo?: string;
|
||||
favicon?: string;
|
||||
primary_color?: string;
|
||||
secondary_color?: string;
|
||||
primaryColor?: string;
|
||||
secondaryColor?: string;
|
||||
background?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user