Add option for custom CSS to Customization Settings

This commit is contained in:
Florian Fritz
2022-08-24 00:38:10 +02:00
parent a2556de7d0
commit 9af2f20bfa
3 changed files with 13 additions and 1 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;