🔀 Merge pull request #364 from wieli99/master

 Add option for custom CSS to Customization Settings
This commit is contained in:
Thomas Camlong
2022-08-31 15:56:07 +02:00
committed by GitHub
5 changed files with 24 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ export interface Settings {
secondaryColor?: MantineTheme['primaryColor'];
primaryShade?: MantineTheme['primaryShade'];
background?: string;
customCSS?: string,
appOpacity?: number;
widgetPosition?: string;
appCardWidth?: number;