1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-25 16:19:40 +02:00

Menu hover text color

This commit is contained in:
Josh Pigford 2024-02-10 19:18:19 -06:00
parent 22a9aad3c3
commit 2c34fa7564

View file

@ -47,19 +47,19 @@
<nav> <nav>
<ul class="mt-6 space-y"> <ul class="mt-6 space-y">
<li> <li>
<%= link_to root_path, class: 'block hover:bg-white border border-transparent hover:border-[#141414]/[0.07] rounded-xl hover:shadow-xs -ml-2 p-2 text-sm font-medium text-gray-500 flex items-center' do %> <%= link_to root_path, class: 'block hover:bg-white border border-transparent hover:border-[#141414]/[0.07] rounded-xl hover:text-gray-900 hover:shadow-xs -ml-2 p-2 text-sm font-medium text-gray-500 flex items-center' do %>
<%= lucide_icon('layout-grid', class: 'w-5 h-5 mr-2') %> <%= lucide_icon('layout-grid', class: 'w-5 h-5 mr-2') %>
<%= t('.dashboard') %> <%= t('.dashboard') %>
<% end %> <% end %>
</li> </li>
<li> <li>
<%= link_to accounts_path, class: 'block hover:bg-white border border-transparent hover:border-[#141414]/[0.07] rounded-xl hover:shadow-xs -ml-2 p-2 text-sm font-medium text-gray-500 flex items-center' do %> <%= link_to accounts_path, class: 'block hover:bg-white border border-transparent hover:border-[#141414]/[0.07] rounded-xl hover:text-gray-900 hover:shadow-xs -ml-2 p-2 text-sm font-medium text-gray-500 flex items-center' do %>
<%= lucide_icon('layers', class: 'w-5 h-5 mr-2') %> <%= lucide_icon('layers', class: 'w-5 h-5 mr-2') %>
<%= t('.accounts') %> <%= t('.accounts') %>
<% end %> <% end %>
</li> </li>
<li> <li>
<%= link_to "#", class: 'block hover:bg-white border border-transparent hover:border-[#141414]/[0.07] rounded-xl hover:shadow-xs -ml-2 p-2 text-sm font-medium text-gray-500 flex items-center' do %> <%= link_to "#", class: 'block hover:bg-white border border-transparent hover:border-[#141414]/[0.07] rounded-xl hover:text-gray-900 hover:shadow-xs -ml-2 p-2 text-sm font-medium text-gray-500 flex items-center' do %>
<%= lucide_icon('credit-card', class: 'w-5 h-5 mr-2') %> <%= lucide_icon('credit-card', class: 'w-5 h-5 mr-2') %>
<%= t('.transactions') %> <%= t('.transactions') %>
<% end %> <% end %>