Skip to content

Commit 6f0ce7e

Browse files
chore(styles): reduce gap size in SingleToggleGroup for a more compact layout adjustment
1 parent 8528712 commit 6f0ce7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/component-library/src/SingleToggleGroup/index.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@use "../theme";
22

33
.singleToggleGroup {
4-
gap: theme.spacing(2);
4+
gap: theme.spacing(1);
55

66
@include theme.row;
77

0 commit comments

Comments
 (0)