Skip to content

Commit

Permalink
chore: update MenuItem option focus color to match hover
Browse files Browse the repository at this point in the history
  • Loading branch information
edburyenegren-okta committed Aug 15, 2023
1 parent 95f46fd commit 4d6fad5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/odyssey-react-mui/src/theme/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1640,6 +1640,10 @@ export const components = (
},
},

[`:focus-visible`]: {
backgroundColor: odysseyTokens.HueNeutral100,
},

[`&.${menuItemClasses.root}-destructive`]: {
color: odysseyTokens.TypographyColorDanger,
},
Expand Down

0 comments on commit 4d6fad5

Please sign in to comment.