remove comments, render nicer on mobiles

This commit is contained in:
Proddy
2022-05-03 22:20:55 +02:00
parent 8e65e31ed6
commit 501726c6ad
6 changed files with 26 additions and 41 deletions

View File

@@ -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]
// }
}
})
);