From 26606d90bce650b353ab5ac432068b18f7f4fe9a Mon Sep 17 00:00:00 2001 From: Tanya Fomina Date: Wed, 18 May 2022 15:24:07 +0800 Subject: [PATCH] Update button indentation --- src/frontend/styles/components/button.pcss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/styles/components/button.pcss b/src/frontend/styles/components/button.pcss index 0996797..f122711 100644 --- a/src/frontend/styles/components/button.pcss +++ b/src/frontend/styles/components/button.pcss @@ -19,7 +19,7 @@ } &__icon { - margin-right: 4px; + margin-right: 6px; svg { width: 18px; @@ -81,6 +81,6 @@ } &--with-icon { - padding-left: 8px; + padding-left: 10px; } } \ No newline at end of file