fix: code styles

This commit is contained in:
Koosha Lahouti
2025-08-10 16:21:25 -07:00
parent 57959f39ce
commit 8e6c09225d
28 changed files with 613 additions and 568 deletions

View File

@@ -27,6 +27,15 @@ export const CustomThemeProvider: React.FC<{ children: React.ReactNode }> = ({
},
spacing: 8,
typography: typography,
components: {
MuiButton: {
defaultProps: {
sx: {
textTransform: 'none',
},
},
},
},
});
}, [i18n]);