SURFnet / sds-css

CSS for SURF Design System
Other
2 stars 1 forks source link

Switch styling #12

Open oharsta opened 1 year ago

oharsta commented 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);
MartijnBroere commented 1 year ago

Screenshot 2023-07-10 at 07 52 56 In the design the support-color is used.