style: sidebar styling (#194)

* style: sidebar styling

* style: hover and selected colors

* chore: split the sidebar items into separate component

* style: pretty much finished except for status button

* feat: sidebar status button as a separate component

* chore: spacing definition

* style: size of the status text

* fix: hiden navigation on small height screens
This commit is contained in:
Vojtech Simetka
2021-08-31 11:27:38 +02:00
committed by GitHub
parent 630791cd75
commit 28bbdfb2f6
13 changed files with 243 additions and 248 deletions
+6
View File
@@ -9,6 +9,12 @@ declare module '@material-ui/core/styles/createPalette' {
// Overwriting default components styles
const componentsOverrides = (theme: Theme) => ({
MuiDrawer: {
paper: {
width: 300,
backgroundColor: '#212121',
},
},
MuiTab: {
root: {
backgroundColor: 'transparent',