From 09b1af7e2e5c73fd4a7037a3bfd46b0b02722146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 11 Jun 2023 22:38:49 +0200 Subject: [PATCH] fix: side padding on xsmall Button size --- apps/website/src/style/atoms/_button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/src/style/atoms/_button.scss b/apps/website/src/style/atoms/_button.scss index 813fa54..c47c598 100644 --- a/apps/website/src/style/atoms/_button.scss +++ b/apps/website/src/style/atoms/_button.scss @@ -41,7 +41,7 @@ // XSmall &--xsmall { height: 32px; - padding: 0 6px; + padding: 0 12px; @include bp (md) { height: 32px;