Skip to content

Commit 1b67339

Browse files
committed
Update radio-group.css
1 parent 1571246 commit 1b67339

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
}
3939

4040
[data-slot="radio-group-indicator"] {
41-
background: var(--surface-raised-stronger-non-alpha);
41+
background: var(--button-secondary-base);
4242
border-radius: var(--radius-sm);
43-
box-shadow: var(--shadow-xs-border);
43+
box-shadow: var(--shadow-xs-border-base);
4444
content: "";
4545
opacity: var(--indicator-opacity, 1);
4646
pointer-events: none;

0 commit comments

Comments
 (0)