app/views/themes/light/menu/_item.html.erb in bullet_train-themes-light-1.0.51 vs app/views/themes/light/menu/_item.html.erb in bullet_train-themes-light-1.0.52
- old
+ new
@@ -5,10 +5,10 @@
<%= send (method ? :button_to : :link_to), url, class: "block group hover:text-white hover:no-underline hover-indent-child #{'bg-primary-900 dark:bg-black dark:bg-opacity-10' if active} text-white px-2 py-2 rounded-md dark:text-white", method: method do %>
<div class="inline-block indent-child flex items-center">
<!-- Heroicon name: home -->
<% if p.content_for? :icon %>
- <span class="mr-3 h-6 w-6 text-center text-primary-300 text-xl leading-6 dark:text-gray-400">
+ <span class="mr-3 h-6 w-6 text-center text-secondary-300 text-xl leading-6 dark:text-gray-400">
<%= p.content_for :icon %>
</span>
<% end %>
<%= label %>
</div>