fix: side padding on xsmall Button size

This commit is contained in:
2023-06-11 22:38:49 +02:00
parent cabb3473bb
commit 09b1af7e2e

View File

@@ -41,7 +41,7 @@
// XSmall // XSmall
&--xsmall { &--xsmall {
height: 32px; height: 32px;
padding: 0 6px; padding: 0 12px;
@include bp (md) { @include bp (md) {
height: 32px; height: 32px;