don't wrap color in string

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Rickard Dybeck
2021-04-19 12:47:31 -04:00
committed by Fredrik Adelöw
parent 8e09c5fa2d
commit 25b40a66a6
@@ -42,7 +42,7 @@ const useStyles = makeStyles(theme => ({
width: '50px',
},
hitCountRoundedRectangle: {
backgroundColor: `${green[500]}`,
backgroundColor: green[500],
},
notHitCountRoundedRectangle: {
backgroundColor: `${red[500]}`,