Skip to content

Commit 4abba9f

Browse files
committed
💅 Fix Button Padding
1 parent 566eb3c commit 4abba9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/common/src/components/Button/elements.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export const buttonStyles = ({
141141
justify-content: center;
142142
align-items: center;
143143
width: ${block ? '100%' : 'inherit'};
144-
padding: ${small ? `2px 6px` : `0.65rem 2.25rem`};
144+
padding: ${small ? `0.5em 0.7em` : `0.65em 2.25em`};
145145
border: ${getBorder};
146146
border-radius: 4px;
147147
${getBackgroundColor};

0 commit comments

Comments
 (0)