Skip to content

Commit 63f56f0

Browse files
committed
fix: formatting
1 parent 46f86f2 commit 63f56f0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
transition-duration: 100ms;
2121
transition-timing-function: linear;
2222
}
23-
23+
2424
&[data-rounded] {
2525
border-radius: theme.border-radius("full");
2626

2727
.bubble {
2828
border-radius: theme.border-radius("full");
2929
}
3030
}
31-
31+
3232
&[data-selected] {
3333
color: theme.color("button", "solid", "foreground");
3434
pointer-events: none;
@@ -46,7 +46,6 @@
4646
);
4747
}
4848

49-
5049
&[data-pressed] .bubble {
5150
background-color: theme.color(
5251
"button",

0 commit comments

Comments
 (0)