Skip to content

Commit

Permalink
Make button text bolder to increase readability
Browse files Browse the repository at this point in the history
  • Loading branch information
domyen committed Jul 1, 2019
1 parent e2feb11 commit c1eb2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const StyledButton = styled.button`
font-size: ${props => (props.size === SIZES.SMALL ? typography.size.s1 : typography.size.s2)}px;
font-weight: ${typography.weight.bold};
font-weight: ${typography.weight.extrabold};
line-height: 1;
${props =>
Expand Down

0 comments on commit c1eb2c4

Please sign in to comment.