Open oharsta opened 1 year ago
Switch component uses the support colours instead if the main colours. Should be:
&--active { background-color: var(--sds--palette--main-color--400); &:hover { background-color: var(--sds--palette--main-color--500);
In the design the support-color is used.
Switch component uses the support colours instead if the main colours. Should be: