Skip to content

Commit ace49e9

Browse files
committed
Fix(web): Fix inverted colors in Spinner demo #DS-1545
1 parent f5bb6d6 commit ace49e9

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

packages/web/src/scss/components/Spinner/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ It is just a combination of the Icon component and the utility classes.
1313
<svg width="24" height="24" class="text-secondary animation-spin-clockwise">
1414
<use xlink:href="/icons/svg/sprite.svg#spinner" />
1515
</svg>
16-
<svg width="24" height="24" class="text-primary-inverted animation-spin-clockwise">
17-
<use xlink:href="/icons/svg/sprite.svg#spinner" />
18-
</svg>
19-
<svg width="24" height="24" class="text-secondary-inverted animation-spin-clockwise">
16+
<svg width="24" height="24" class="text-tertiary animation-spin-clockwise">
2017
<use xlink:href="/icons/svg/sprite.svg#spinner" />
2118
</svg>
2219
```

packages/web/src/scss/components/Spinner/index.html

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,9 @@ <h2 class="docs-Heading">Colors</h2>
3838
<use xlink:href="/assets/icons/svg/sprite.svg#spinner"/>
3939
</svg>
4040

41-
<div class="docs-Box">
42-
<svg width="24" height="24" class="text-primary-inverted animation-spin-clockwise">
43-
<use xlink:href="/assets/icons/svg/sprite.svg#spinner"/>
44-
</svg>
45-
</div>
46-
47-
<div class="docs-Box">
48-
<svg width="24" height="24" class="text-secondary-inverted animation-spin-clockwise">
49-
<use xlink:href="/assets/icons/svg/sprite.svg#spinner"/>
50-
</svg>
51-
</div>
41+
<svg width="24" height="24" class="text-tertiary animation-spin-clockwise">
42+
<use xlink:href="/assets/icons/svg/sprite.svg#spinner"/>
43+
</svg>
5244

5345
</div>
5446

-813 Bytes
Loading

0 commit comments

Comments
 (0)