mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
remove comments, render nicer on mobiles
This commit is contained in:
@@ -11,28 +11,12 @@ const theme = responsiveFontSizes(
|
||||
},
|
||||
palette: {
|
||||
mode: 'dark',
|
||||
// background: {
|
||||
// default: grey[900], // #212121
|
||||
// // paper: grey[800]
|
||||
// },
|
||||
// primary: {
|
||||
// main: '#33bfff'
|
||||
// },
|
||||
secondary: {
|
||||
main: blue[500] // in buttons
|
||||
main: blue[500]
|
||||
},
|
||||
info: {
|
||||
main: blueGrey[500] // used in icons
|
||||
main: blueGrey[500]
|
||||
}
|
||||
// warning: {
|
||||
// main: orange[500]
|
||||
// },
|
||||
// error: {
|
||||
// main: red[200]
|
||||
// },
|
||||
// success: {
|
||||
// main: green[700]
|
||||
// }
|
||||
}
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user