Reduce base font size

Partially closes #1049
This commit is contained in:
schroda
2026-01-18 18:52:13 +01:00
parent 41b0fe77d6
commit 2b986c3564
2 changed files with 5 additions and 0 deletions

View File

@@ -199,6 +199,10 @@ export const createTheme = (
deepmerge(appColorTheme, {
defaultColorScheme: mode,
direction,
typography: {
fontSize: 13,
...appTheme.muiTheme.typography,
},
components: {
...appTheme.muiTheme.components,
MuiUseMediaQuery: {