Skip to content

Commit

Permalink
fix: high contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoisepponfincons committed Sep 22, 2023
1 parent a22d341 commit 4c22e58
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@
}
}

:host([color='white'][variant='circle']) .sbb-loading-indicator__animated-element::after {
@include sbb.if-forced-colors {
--sbb-loading-indicator-color: var(--sbb-color-white-default);
}
}

:host([variant='window']) {
--sbb-loading-indicator-height: sbb.px-to-rem-build(32);
--sbb-loading-indicator-width: sbb.px-to-rem-build(55);
Expand Down

0 comments on commit 4c22e58

Please sign in to comment.