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:
parent
cd59d7d84b
commit
092755f7c0
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user