Skip to content

Commit

Permalink
fix(BaseButtonClose): update button radius styles
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Dec 18, 2023
1 parent f3c0396 commit e766d9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/base/BaseButtonClose.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ const sizes = {
} as Record<string, string>
const radiuses = {
straight: '',
rounded: 'nui-button-rounded',
smooth: 'nui-button-smooth',
curved: 'nui-button-curved',
none: '',
sm: 'nui-button-rounded',
md: 'nui-button-smooth',
lg: 'nui-button-curved',
full: 'nui-button-full',
} as Record<string, string>
Expand Down

0 comments on commit e766d9e

Please sign in to comment.