mirror of
https://github.com/Smeagolworms4/MQTT-Explorer.git
synced 2026-07-27 19:56:27 +00:00
Fix themes
This commit is contained in:
+2
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user