Skip to content

Commit 0d7a622

Browse files
committed
fix: button size
1 parent 17cde2a commit 0d7a622

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/theme/components/button.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ const variants = {
246246

247247
const sizes = {
248248
lg: {
249-
px: '4',
250-
py: '2',
249+
px: '3',
250+
py: '3',
251251
_text: {
252252
fontSize: 'md',
253253
},
@@ -257,7 +257,7 @@ const sizes = {
257257
},
258258
md: {
259259
px: '3',
260-
py: '2',
260+
py: '2.5',
261261
_text: {
262262
fontSize: 'sm',
263263
},
@@ -266,7 +266,7 @@ const sizes = {
266266
},
267267
},
268268
sm: {
269-
px: '2',
269+
px: '3',
270270
py: '2',
271271
_text: {
272272
fontSize: 'xs',

0 commit comments

Comments
 (0)