Skip to content

Commit

Permalink
docs: fix foundations color page
Browse files Browse the repository at this point in the history
  • Loading branch information
kajabi-bot committed Oct 5, 2024
1 parent 4cdd52e commit 52f8d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/views/pages/_color_values.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<%= render "color_values_body", color: color, value: value %>
<% end %>
<% else %>
<% ["050", 100, 200, 300, 400, 500, 600, 700, 800, 950].each do |value| %>
<% [50, 100, 200, 300, 400, 500, 600, 700, 800, 950].each do |value| %>
<%= render "color_values_body", color: color, value: value %>
<% end %>
<% end %>
Expand Down

0 comments on commit 52f8d8c

Please sign in to comment.