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;