From e4d2a5ec72dc55630e9ce9cf4436e8bd4a856186 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 13 Dec 2018 13:29:46 +0100 Subject: [PATCH] Revert "changed FONT_SIZE.BASE to 1rem" This reverts commit e4d2b8ec026cd1ddc8c995d93537208c8c63d1d8. --- src/components/Button/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Button/index.js b/src/components/Button/index.js index c0704b56..d2665209 100644 --- a/src/components/Button/index.js +++ b/src/components/Button/index.js @@ -22,7 +22,7 @@ type Props = { const Wrapper = styled.button` padding: ${props => (props.icon ? '4px 24px 4px 15px' : '11px 24px')}; border-radius: 3px; - font-size: ${FONT_SIZE.BASE}; + font-size: ${FONT_SIZE.SMALL}; font-weight: ${FONT_WEIGHT.LIGHT}; cursor: pointer; background: ${colors.GREEN_PRIMARY};