fix: small component fixes

This commit is contained in:
Taranto 2020-08-10 11:51:21 +01:00 committed by Josh Harvey
parent 0b28e7f98a
commit b153a23f25
7 changed files with 23 additions and 9 deletions

View file

@ -33,7 +33,7 @@ const useStyles = makeStyles({
marginRight: spacer / 4,
marginBottom: spacer / 2,
marginLeft: spacer / 4,
height: 18,
height: spacer * 3,
backgroundColor: ({ type }) => backgroundColors[type]
},
label: {