Merge branch 'dev' into big-container

This commit is contained in:
Olivier Gagnon
2021-09-17 02:10:26 -04:00
5 changed files with 25 additions and 28 deletions
+1 -4
View File
@@ -99,10 +99,7 @@ const useStyles = makeStyles((theme: Theme) =>
active: {
borderLeft: "3px solid " + colors.primary,
},
listitem: {
paddingTop: theme.spacing(0.1),
paddingBottom: theme.spacing(0.1),
},
listitem: {},
}),
);