Closed NicDominguez closed 3 years ago
should this also be affecting the styles of checkbox and switch?
should this also be affecting the styles of checkbox and switch?
Yes, they share the same global variables and all components have been are in the process of being updated to the new values just haven't been merge yet.
Updates radio button dark-theme, light-theme, and core scss for KM updates. JIRA Ticket
Dark Theme Changes:
--controlBorderColor: var(--primary) >>> var(--colorSecondaryDarken2)
--controlSelectedBorderColor: var(--primary) >>> var(--colorSecondaryDarken2);
Light Theme Changes:
--controlBorderColor: var(--primary) >>> var(--colorPrimaryLighten2)
Core Changes: