Skip to content

Commit d115aa5

Browse files
authored
Increase gap between radio buttons in horizontal mode (#2010)
1 parent b83e8b4 commit d115aa5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/swift-pandas-repeat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sl-design-system/radio-group': patch
3+
---
4+
5+
Increases the gap between radio buttons when buttons are shown in horizontal mode

packages/components/radio-group/src/radio-group.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
:host([horizontal]) {
1010
flex-direction: row;
11-
gap: var(--sl-size-100);
11+
gap: var(--sl-size-300);
1212
}

0 commit comments

Comments
 (0)