style: Improve Style

This commit is contained in:
WhizPanda
2023-12-02 16:23:53 +08:00
parent d23ef2bd59
commit 789d7000cf
4 changed files with 21 additions and 4 deletions

View File

@@ -55,6 +55,9 @@ export const useCustomTheme = () => {
primary: setting.primary_text || dt.primary_text,
secondary: setting.secondary_text || dt.secondary_text,
},
background: {
paper: dt.background_color,
},
},
typography: {
// todo