feat: Use consistent colors for links and highlighting (#1989)

* feat: consistent highlight colors

* update user dropdown menu border

* update borderedmenurow active color
This commit is contained in:
Abhineet Jain
2022-06-03 10:16:50 -04:00
committed by GitHub
parent 6bb76782a6
commit d6e9eab258
7 changed files with 9 additions and 8 deletions

View File

@ -78,12 +78,12 @@ const useStyles = makeStyles((theme) => ({
},
"&[data-status='active']": {
color: theme.palette.primary.main,
color: theme.palette.secondary.dark,
"& .BorderedMenuRow-description": {
color: theme.palette.text.primary,
},
"& .BorderedMenuRow-icon": {
color: theme.palette.primary.main,
color: theme.palette.secondary.dark,
},
},
},