Skip to content

Commit

Permalink
fix: adjust token color
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips committed Oct 4, 2024
1 parent bd3b2ff commit 60d8a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sage-react/lib/Loader/Loader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const Loader = ({
className="sage-loader__spinner sage-loader__spinner--loading-button"
viewBox="0 0 200 200"
fill="none"
color={SageTokens.COLOR_PALETTE.MERCURY_40}
color={SageTokens.COLOR_PALETTE.MERCURY_400}
aria-hidden="true"
>
<defs>
Expand All @@ -61,7 +61,7 @@ export const Loader = ({
className="sage-loader__spinner"
viewBox="0 0 200 200"
fill="none"
color={SageTokens.COLOR_PALETTE.MERCURY_40}
color={SageTokens.COLOR_PALETTE.MERCURY_400}
aria-hidden="true"
>
<defs>
Expand Down

0 comments on commit 60d8a98

Please sign in to comment.