Skip to content

Commit

Permalink
feat(BaseIconBox): add 'none' color option to BaseIconBox
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Dec 19, 2023
1 parent 5c0baa5 commit 65ccf30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/base/BaseIconBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const props = withDefaults(
| 'success'
| 'warning'
| 'danger'
| 'none'
/**
* The size of the icon.
Expand Down Expand Up @@ -92,6 +93,7 @@ const colors = {
success: 'nui-box-success',
warning: 'nui-box-warning',
danger: 'nui-box-danger',
none: '',
} as Record<string, string>
const masks = {
Expand Down

0 comments on commit 65ccf30

Please sign in to comment.