This commit is contained in:
Olivier Gagnon
2021-09-17 19:43:08 -04:00
parent 1344a17482
commit 45f2f85a30
58 changed files with 1738 additions and 2307 deletions
+1 -4
View File
@@ -28,12 +28,9 @@ const useStyles = makeStyles((theme: Theme) =>
createStyles({
root: {
width: 50,
padding: 2,
padding: theme.spacing(2),
userSelect: "none",
},
pad: {
padding: 2,
},
}),
);