diff --git a/app/components/elements/ChipRadio.module.css b/app/components/elements/ChipRadio.module.css index 80459dd90..c146f6f19 100644 --- a/app/components/elements/ChipRadio.module.css +++ b/app/components/elements/ChipRadio.module.css @@ -42,6 +42,6 @@ } .radio:checked + .label { - background-color: var(--color-accent-high); + background-color: var(--color-text-accent); color: var(--color-text-inverse); }