fix button font size

This commit is contained in:
nflnkr 2023-03-21 15:58:17 +03:00
parent f41ada299b
commit 36a7b4f10a

@ -215,7 +215,8 @@ const theme: ThemeOptions = {
MuiButtonBase: { MuiButtonBase: {
styleOverrides: { styleOverrides: {
root: { root: {
fontFamily fontFamily,
fontSize: "16px",
} }
}, },
}, },