We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd0a0b commit e81827eCopy full SHA for e81827e
1 file changed
samples/inputs/radio/styling/src/index.css
@@ -9,3 +9,11 @@
9
igc-radio::part(control) {
10
--size: 18px;
11
}
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