mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
make addButton color white when hover on strategy card (#467)
Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
This commit is contained in:
parent
9f8760e480
commit
d599cc55e4
@ -14,7 +14,10 @@ export const useStyles = makeStyles(theme => ({
|
||||
'&:active': {
|
||||
backgroundColor: theme.palette.primary.main,
|
||||
color: '#fff',
|
||||
},
|
||||
'& $addButton': {
|
||||
color: '#fff',
|
||||
},
|
||||
},
|
||||
},
|
||||
title: {
|
||||
maxWidth: '150px',
|
||||
|
Loading…
Reference in New Issue
Block a user