File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/component-library/src/SingleToggleGroup Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 20
20
transition-duration : 100ms ;
21
21
transition-timing-function : linear ;
22
22
}
23
+
23
24
& [data-rounded ] {
24
25
border-radius : theme .border-radius (" full" );
26
+
25
27
.bubble {
26
28
border-radius : theme .border-radius (" full" );
27
29
}
28
30
}
29
-
31
+
30
32
& [data-selected ] {
31
33
color : theme .color (" button" , " solid" , " foreground" );
32
34
pointer-events : none ;
44
46
);
45
47
}
46
48
47
-
48
49
& [data-pressed ] .bubble {
49
50
background-color : theme .color (
50
51
" button" ,
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export const SingleToggleGroup = ({
66
66
) }
67
67
data-size = "sm"
68
68
data-variant = "ghost"
69
- data-rounded = { rounded ? true : undefined }
69
+ data-rounded = { rounded ? "" : undefined }
70
70
{ ...toggleButton }
71
71
>
72
72
{ ( args ) => (
You can’t perform that action at this time.
0 commit comments