Skip to content

Commit

Permalink
fix: update token value (#1999)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips authored and kajabi-bot committed Oct 8, 2024
1 parent b6a56b5 commit 35b005f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end
<% if component.icon.present? %>
<div
class="sage-empty-state__icon-container"
style="--color-background-icon: <%= component.icon_background || SageTokens::COLOR_PALETTE[:MERCURY_30] %>"
style="--color-background-icon: <%= component.icon_background || SageTokens::COLOR_PALETTE[:MERCURY_300] %>"
>
<%= sage_component SageIcon, {
color: "white",
Expand Down

0 comments on commit 35b005f

Please sign in to comment.