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 566eb3c commit 4abba9fCopy full SHA for 4abba9f
‎packages/common/src/components/Button/elements.ts‎
@@ -141,7 +141,7 @@ export const buttonStyles = ({
141
justify-content: center;
142
align-items: center;
143
width: ${block ? '100%' : 'inherit'};
144
- padding: ${small ? `2px 6px` : `0.65rem 2.25rem`};
+ padding: ${small ? `0.5em 0.7em` : `0.65em 2.25em`};
145
border: ${getBorder};
146
border-radius: 4px;
147
${getBackgroundColor};
0 commit comments