1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

fix: remove link color in strategies list (#773)

Co-authored-by: Fredrik Strand Oseberg <fredrik.no@gmail.com>
This commit is contained in:
Youssef Khedher 2022-03-09 12:52:15 +01:00 committed by GitHub
parent cd59d7d84b
commit 092755f7c0

View File

@ -5,7 +5,7 @@ export const useStyles = makeStyles(theme => ({
padding: '0',
['& a']: {
textDecoration: 'none',
color: theme.palette.primary.light,
color: 'inherit',
},
'&:hover': {
backgroundColor: theme.palette.grey[200],