Fix themes

This commit is contained in:
Thomas Nordquist
2019-04-17 19:21:32 +02:00
parent fa3805460c
commit 9062129114

View File

@@ -12,14 +12,14 @@ const baseTheme = {
},
}
const lightTheme = createMuiTheme({
const darkTheme = createMuiTheme({
...(baseTheme as any),
palette: {
type: 'dark',
},
})
const darkTheme = createMuiTheme({
const lightTheme = createMuiTheme({
...(baseTheme as any),
palette: {
type: 'light',