File tree Expand file tree Collapse file tree 3 files changed +4
-15
lines changed
packages/web/src/scss/components/Spinner
tests/e2e/demo-components-compare.spec.ts-snapshots Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments