Skip to content

Commit

Permalink
feat(BaseInputFile): add xl size
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Jun 6, 2024
1 parent a121b2f commit 93ebdf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/form/BaseInputFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const props = withDefaults(
*
* @default 'md'
*/
size?: 'sm' | 'md' | 'lg'
size?: 'sm' | 'md' | 'lg' | 'xl'
/**
* Translation strings.
Expand Down Expand Up @@ -164,6 +164,7 @@ const sizes = {
sm: 'nui-input-sm',
md: 'nui-input-md',
lg: 'nui-input-lg',
xl: 'nui-input-xl',
}
const contrasts = {
Expand Down

0 comments on commit 93ebdf8

Please sign in to comment.