From c1eb2c4dd879c0577f445b8de89021eb0dfeb36e Mon Sep 17 00:00:00 2001 From: domyen Date: Mon, 1 Jul 2019 14:48:15 -0400 Subject: [PATCH] Make button text bolder to increase readability --- src/components/Button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Button.js b/src/components/Button.js index 1c68d13c..6b639cf5 100644 --- a/src/components/Button.js +++ b/src/components/Button.js @@ -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 =>