1
0
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:
Youssef Khedher 2021-10-27 16:22:23 +01:00 committed by GitHub
parent 9f8760e480
commit d599cc55e4

View File

@ -14,7 +14,10 @@ export const useStyles = makeStyles(theme => ({
'&:active': {
backgroundColor: theme.palette.primary.main,
color: '#fff',
},
'& $addButton': {
color: '#fff',
},
},
},
title: {
maxWidth: '150px',