Skip to content

Commit 3d73f56

Browse files
authored
Merge pull request #4947 from GeekyAnts/fix/button-size
fix: button size
2 parents 6a0bbb7 + 0d7a622 commit 3d73f56

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
@@ -251,8 +251,8 @@ const variants = {
251251

252252
const sizes = {
253253
lg: {
254-
px: '4',
255-
py: '2',
254+
px: '3',
255+
py: '3',
256256
_text: {
257257
fontSize: 'md',
258258
},
@@ -262,7 +262,7 @@ const sizes = {
262262
},
263263
md: {
264264
px: '3',
265-
py: '2',
265+
py: '2.5',
266266
_text: {
267267
fontSize: 'sm',
268268
},
@@ -271,7 +271,7 @@ const sizes = {
271271
},
272272
},
273273
sm: {
274-
px: '2',
274+
px: '3',
275275
py: '2',
276276
_text: {
277277
fontSize: 'xs',

0 commit comments

Comments
 (0)