Skip to content

Commit

Permalink
Fix(web-react): 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 822dd33 commit 293e357
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ const SpinnerColors = () => (
<Spinner color="secondary" />

<DocsBox>
<Spinner color="primary-inverted" />
</DocsBox>

<DocsBox>
<Spinner color="secondary-inverted" />
<Spinner color="tertiary" />
</DocsBox>
</>
);
Expand Down

0 comments on commit 293e357

Please sign in to comment.