fix(Button): invalid padding when using square prop

This commit is contained in:
Benjamin Canac
2023-05-29 21:36:28 +02:00
parent cb43548305
commit 1ebaa5aa00

View File

@@ -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: {