From e81827e58d57a465c857fb139f460f8456ab2c42 Mon Sep 17 00:00:00 2001 From: tishko0 Date: Tue, 20 Jan 2026 14:50:24 +0200 Subject: [PATCH] style(radio): update styles for checked state and label color --- samples/inputs/radio/styling/src/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/samples/inputs/radio/styling/src/index.css b/samples/inputs/radio/styling/src/index.css index 238ccdd014..01ae068cfb 100644 --- a/samples/inputs/radio/styling/src/index.css +++ b/samples/inputs/radio/styling/src/index.css @@ -9,3 +9,11 @@ igc-radio::part(control) { --size: 18px; } + +igc-radio::part(checked)::after { + background-color: var(--ig-success-500); +} + +igc-radio::part(label) { + color: var(--ig-secondary-800); +}