Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
fix: vertical padding of buttons (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
billiegoose authored Mar 12, 2019
1 parent dca294c commit 56f3bd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/IconButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const IconButton: React.FunctionComponent<IIconButton> = ({ disabled = fa
height="100%"
fontSize="15px"
px={0}
py={0}
onClick={onClick}
disabled={disabled}
color="rgb(118, 130, 143)"
Expand Down

0 comments on commit 56f3bd4

Please sign in to comment.