Skip to content

Commit

Permalink
fix: adjust token color (#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips authored Oct 4, 2024
1 parent a923c6e commit bd3b2ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%
component_description = component.type === "success" ? "Success" : "Loading..."
stroke_color = SageTokens::COLOR_PALETTE[:MERCURY_40]
stroke_color = SageTokens::COLOR_PALETTE[:MERCURY_400]
%>

<div class="
Expand Down

0 comments on commit bd3b2ff

Please sign in to comment.