mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
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:
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user