Skip to content

Commit

Permalink
fix(Input): fix xl input icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Jun 6, 2024
1 parent ca67808 commit e655061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/components/input/input.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const defaultConfig = {
size: '14',
},
inner: {
size: '6',
size: '5',
},
},
placeload: {
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/components/input/input.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ export const SlotActionXl: Story = {
data-nui-tooltip="Show password"
>
<svg
class="w-6 h-6"
class="w-5 h-5"
xmlns="http://www.w3.org/2000/svg"
width="32"
height="32"
Expand Down

0 comments on commit e655061

Please sign in to comment.