Skip to content

Commit

Permalink
Fix(web-twig): 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 fffad12 commit ef11ee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

<!-- Render with all props -->
<Spinner
color="inverted"
color="tertiary"
UNSAFE_className="my-custom-class"
/>
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@
<Spinner color="secondary" />

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

<DocsBox>
<Spinner color="secondary-inverted" />
<Spinner color="tertiary" />
</DocsBox>

0 comments on commit ef11ee8

Please sign in to comment.