Skip to content

Commit

Permalink
Fix(web): Fix inverted colors in Spinner demo #DS-1545
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Jan 17, 2025
1 parent 293e357 commit dea4e19
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/web/src/scss/components/Spinner/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,7 @@ <h2 class="docs-Heading">Colors</h2>
</svg>

<div class="docs-Box">
<svg width="24" height="24" class="text-primary-inverted animation-spin-clockwise">
<use xlink:href="/assets/icons/svg/sprite.svg#spinner"/>
</svg>
</div>

<div class="docs-Box">
<svg width="24" height="24" class="text-secondary-inverted animation-spin-clockwise">
<svg width="24" height="24" class="text-tertiary animation-spin-clockwise">
<use xlink:href="/assets/icons/svg/sprite.svg#spinner"/>
</svg>
</div>
Expand Down

0 comments on commit dea4e19

Please sign in to comment.