From 5b997befef994df4f932fe0c8d0c3c6c2edce9fe Mon Sep 17 00:00:00 2001 From: Bram Vanhoutte Date: Tue, 5 May 2020 18:14:15 +0200 Subject: [PATCH] fix(button): change button height --- src/components/Button/Button.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Button/Button.module.css b/src/components/Button/Button.module.css index 09edc22c..92fc40bf 100644 --- a/src/components/Button/Button.module.css +++ b/src/components/Button/Button.module.css @@ -1,8 +1,8 @@ .button { border-radius: var(--border-radius-small); - line-height: 32px; + line-height: 36px; font-size: 14px; - padding: 0 16px; + padding: 0 14px; border: none; cursor: pointer; display: flex;