app/views/lookbook/previews/group.html.erb in lookbook-2.0.0.beta.0 vs app/views/lookbook/previews/group.html.erb in lookbook-2.0.0.beta.1
- old
+ new
@@ -1,9 +1,9 @@
<% if scenarios.many? %>
<%# Render a group of scenarios %>
<% scenarios.each do |scenario| %>
<div style="margin-bottom: 30px !important; display: block !important;">
- <h6 style="all: unset; display: block; color: #999; font-family: sans-serif; font-size: 14px; margin-top: 0; margin-bottom: 10px;">
+ <h6 style="all: unset; display: block; color: #555; font-family: sans-serif; font-size: 14px; margin-top: 0; margin-bottom: 10px;">
<%= scenario.label %>
</h6>
<%= scenario.output %>
</div>
<% end %>
\ No newline at end of file