diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 06e55e00..782ae477 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -47,19 +47,19 @@ - <%= 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') %> <%= t('.dashboard') %> <% end %> - <%= 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') %> <%= t('.accounts') %> <% end %> - <%= 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') %> <%= t('.transactions') %> <% end %>