Skip to content

Commit

Permalink
chore(presets): update input icon spacing for sm
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jun 28, 2022
1 parent 2f90ce2 commit 7979bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/presets/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const input = {
spacing: {
xxs: 'ml-2',
xs: 'ml-2',
sm: 'ml-3',
sm: 'ml-2',
md: 'ml-3',
lg: 'ml-3',
xl: 'ml-3'
Expand All @@ -169,7 +169,7 @@ const input = {
spacing: {
xxs: 'mr-2',
xs: 'mr-2',
sm: 'mr-3',
sm: 'mr-2',
md: 'mr-3',
lg: 'mr-3',
xl: 'mr-3'
Expand Down

0 comments on commit 7979bc6

Please sign in to comment.