Skip to content

Commit

Permalink
fix(Button): invalid padding when using square prop
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 29, 2023
1 parent cb43548 commit 1ebaa5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/runtime/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ const button = {
xl: 'px-4 py-3'
},
square: {
'2xs': 'p-[5px]',
'2xs': 'p-1',
xs: 'p-1.5',
sm: 'p-2',
sm: 'p-1.5',
md: 'p-2',
lg: 'p-2.5',
lg: 'p-2',
xl: 'p-3'
},
color: {
Expand Down

0 comments on commit 1ebaa5a

Please sign in to comment.