fixed title, font changed

This commit is contained in:
Daniel Shleifman
2021-06-17 15:48:06 +03:00
parent c2ea4acf95
commit 64d39daf11
8 changed files with 28 additions and 19 deletions

View File

@@ -18,6 +18,7 @@ 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' },
})
export default function App() {