Skip to content

Commit 1571246

Browse files
committed
tweak(ui): use default cursor for segmented control
1 parent d730d8b commit 1571246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/components/radio-group.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
[data-slot="radio-group-item-label"] {
8282
color: var(--text-weak);
83-
cursor: pointer;
83+
cursor: default;
8484
display: flex;
8585
align-items: center;
8686
justify-content: center;

0 commit comments

Comments
 (0)