From 5c0079072c79c0b948b45a3367d3ef6aa3c39e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 19 Oct 2021 18:32:09 +0200 Subject: [PATCH] Fix default mobile Button padding --- src/style/atoms/_button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/atoms/_button.scss b/src/style/atoms/_button.scss index bc04e0d..7bb8f48 100644 --- a/src/style/atoms/_button.scss +++ b/src/style/atoms/_button.scss @@ -2,7 +2,7 @@ display: inline-flex; align-items: center; height: 40px; - padding: 0 12px; + padding: 0 16px; background: #fff; font: 900 #{rem(16px)}/1 $font-sans; color: $color-text;