Skip to content

Commit 1f8de66

Browse files
authored
fix: add buttons margin for size m (#1241)
1 parent 315ba37 commit 1f8de66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Buttons/Buttons.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@ $block: '.#{$ns}buttons';
1515
&_l {
1616
row-gap: $indentXXS;
1717
}
18+
19+
&_m {
20+
row-gap: $indentXXS;
21+
}
1822
}
1923
}

0 commit comments

Comments
 (0)