Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Button: Add 4 more pixels of padding to the right of icons (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Anastos authored Nov 16, 2020
1 parent 84ff1fd commit 1002126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ export const Button = React.forwardRef<HTMLElement, Props>(
{icon && (
<ButtonIcon
iconSize={iconSize}
className={css({ margin: iconOnly ? 0 : "0 4px 0" })}
className={css({ margin: iconOnly ? 0 : "0 8px 0 0" })}
>
{icon}
</ButtonIcon>
Expand Down

0 comments on commit 1002126

Please sign in to comment.