Skip to content

Commit

Permalink
fix(BaseDropdown): fix color prop in BaseDropdown.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Dec 18, 2023
1 parent ff270d2 commit 222eba0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions components/base/BaseDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,7 @@ const props = withDefaults(
*
* @default 'white'
*/
color?:
| 'white'
| 'white-contrast'
| 'muted'
| 'muted-contrast'
| 'primary'
| 'info'
| 'success'
| 'warning'
| 'danger'
| 'none'
color?: 'white' | 'white-contrast' | 'muted' | 'muted-contrast' | 'none'
/**
* The radius of the dropdown button.
Expand Down

0 comments on commit 222eba0

Please sign in to comment.