Skip to content

Commit

Permalink
Apply MET styleguide colors to MUI Select element
Browse files Browse the repository at this point in the history
  • Loading branch information
NatSquared committed Apr 5, 2024
1 parent 57824ab commit e2eb80b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions met-web/src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ code {
&:hover {
background-color: var(--bcds-surface-secondary-hover) !important;
}
&.Mui-selected {
// from MET design library
background-color: var(--bcds-surface-brand-blue-20) !important;
}
}

/** Overriding Met table styles **/
Expand Down

0 comments on commit e2eb80b

Please sign in to comment.