fix track color in dark mode

This commit is contained in:
Cory LaViska
2023-02-27 16:40:53 -05:00
parent 3a3a7347bc
commit 1fa79e64ae
2 changed files with 1 additions and 1 deletions

View File

@@ -34,7 +34,6 @@ export default css`
.spinner__track {
stroke: var(--track-color);
transform-origin: 0% 0%;
mix-blend-mode: multiply;
}
.spinner__indicator {