Fix themes
This commit is contained in:
@@ -12,14 +12,14 @@ const baseTheme = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
const lightTheme = createMuiTheme({
|
const darkTheme = createMuiTheme({
|
||||||
...(baseTheme as any),
|
...(baseTheme as any),
|
||||||
palette: {
|
palette: {
|
||||||
type: 'dark',
|
type: 'dark',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
const darkTheme = createMuiTheme({
|
const lightTheme = createMuiTheme({
|
||||||
...(baseTheme as any),
|
...(baseTheme as any),
|
||||||
palette: {
|
palette: {
|
||||||
type: 'light',
|
type: 'light',
|
||||||
|
|||||||
Reference in New Issue
Block a user