Skip to content

Commit

Permalink
fix(BaseDropdown): change context ring color to muted
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Feb 22, 2024
1 parent cc72b99 commit b47deb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/components/dropdown/dropdown.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export const defaultConfig = {
},
color: {
hover: {
light: 'primary-500',
dark: 'primary-500',
light: 'muted-200',
dark: 'muted-700',
},
},
},
Expand Down

0 comments on commit b47deb1

Please sign in to comment.