We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a0bbb7 + 0d7a622 commit 3d73f56Copy full SHA for 3d73f56
src/theme/components/button.ts
@@ -251,8 +251,8 @@ const variants = {
251
252
const sizes = {
253
lg: {
254
- px: '4',
255
- py: '2',
+ px: '3',
+ py: '3',
256
_text: {
257
fontSize: 'md',
258
},
@@ -262,7 +262,7 @@ const sizes = {
262
263
md: {
264
px: '3',
265
+ py: '2.5',
266
267
fontSize: 'sm',
268
@@ -271,7 +271,7 @@ const sizes = {
271
272
273
sm: {
274
- px: '2',
275
py: '2',
276
277
fontSize: 'xs',
0 commit comments