Skip to content

Commit

Permalink
fix(button): update demo xl variant class to xlarge
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Mar 23, 2024
1 parent d0340ce commit 894a679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/components/button/button.variants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const size = {
sm: 'nui-button-small',
md: 'nui-button-medium',
lg: 'nui-button-large',
xl: 'nui-button-big',
xl: 'nui-button-xlarge',
} as const satisfies ButtonVariant<'size'>

export const rounded = {
Expand Down

0 comments on commit 894a679

Please sign in to comment.