app/components/lookbook/nav/item/component.html.erb in lookbook-1.0.0.beta.5 vs app/components/lookbook/nav/item/component.html.erb in lookbook-1.0.0.beta.6
- old
+ new
@@ -14,10 +14,10 @@
<div class="relative flex items-center">
<%= icon nil,
size: 3,
class: "mr-1 text-lookbook-nav-toggle absolute -left-4",
"x-effect": "iconName = open ? 'chevron-down' : 'chevron-right'" if children? %>
- <%= icon nav_icon, size: 3.5, class: "mr-1.5 text-lookbook-nav-icon" %>
+ <%= icon nav_icon, size: 3.5, class: "mr-1.5 text-lookbook-nav-icon-stroke" %>
<span><%= label %></span>
</div>
<% end %>
<% if children? %>
\ No newline at end of file