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