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:
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]}`,
|
||||
|
||||
Reference in New Issue
Block a user