Skip to content

Commit e81827e

Browse files
committed
style(radio): update styles for checked state and label color
1 parent ddd0a0b commit e81827e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

samples/inputs/radio/styling/src/index.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@
99
igc-radio::part(control) {
1010
--size: 18px;
1111
}
12+
13+
igc-radio::part(checked)::after {
14+
background-color: var(--ig-success-500);
15+
}
16+
17+
igc-radio::part(label) {
18+
color: var(--ig-secondary-800);
19+
}

0 commit comments

Comments
 (0)