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.
1 parent 17cde2a commit 0d7a622Copy full SHA for 0d7a622
src/theme/components/button.ts
@@ -246,8 +246,8 @@ const variants = {
246
247
const sizes = {
248
lg: {
249
- px: '4',
250
- py: '2',
+ px: '3',
+ py: '3',
251
_text: {
252
fontSize: 'md',
253
},
@@ -257,7 +257,7 @@ const sizes = {
257
258
md: {
259
px: '3',
260
+ py: '2.5',
261
262
fontSize: 'sm',
263
@@ -266,7 +266,7 @@ const sizes = {
266
267
268
sm: {
269
- px: '2',
270
py: '2',
271
272
fontSize: 'xs',
0 commit comments