This commit is contained in:
Daniel Shleifman
2021-06-17 17:50:45 +03:00
parent 3768514d26
commit 05bf5421b2

View File

@@ -16,7 +16,6 @@ import { AppWrapper, AppHeader, LanguageSwitch } from './style'
import Sidebar from './Sidebar'
const baseTheme = createMuiTheme({
overrides: { MuiCssBaseline: { '@global': { html: { WebkitFontSmoothing: 'auto' } } } },
palette: { primary: { main: '#00a572' }, secondary: { main: '#ffa724' }, tonalOffset: 0.2 },
typography: { fontFamily: 'Open Sans, sans-serif' },
})