Add translations

This commit is contained in:
Nicola Benaglia
2025-05-09 21:20:38 +02:00
parent d838fe483a
commit 7cd3d10d67
25 changed files with 229 additions and 136 deletions

View File

@@ -48,6 +48,7 @@ export const darkThemeOptions: ThemeOptions = {
},
},
},
MuiCssBaseline: {
styleOverrides: (theme) => ({
':root': {
@@ -61,13 +62,16 @@ export const darkThemeOptions: ThemeOptions = {
'--background-paper': theme.palette.background.paper,
'--background-surface': theme.palette.background.surface,
},
'*, *::before, *::after': {
boxSizing: 'border-box',
},
html: {
padding: 0,
margin: 0,
},
body: {
padding: 0,
margin: 0,
@@ -100,6 +104,7 @@ export const darkThemeOptions: ThemeOptions = {
},
}),
},
MuiIcon: {
defaultProps: {
style: {
@@ -108,6 +113,7 @@ export const darkThemeOptions: ThemeOptions = {
},
},
},
MuiDialog: {
styleOverrides: {
paper: {
@@ -115,6 +121,7 @@ export const darkThemeOptions: ThemeOptions = {
},
},
},
MuiPopover: {
styleOverrides: {
paper: {