1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 15:35:22 +02:00

Fixes #2100: added 'text-primary' in class , this will fix the problem of text not visible in dark theme inside the modals

This commit is contained in:
Durgaswamy 2025-04-15 19:24:29 +05:30
parent 298e150f43
commit 3d2e72020c

View file

@ -9,10 +9,10 @@
<% end %>
<% end %>
<span class="text-subdued"><%= title %></span>
<span class="text-primary"><%= title %></span>
</div>
<div class="p-2">
<div class="p-2 text-primary">
<button hidden data-controller="hotkey" data-hotkey="k,K,ArrowUp,ArrowLeft" data-action="list-keyboard-navigation#focusPrevious">Previous</button>
<button hidden data-controller="hotkey" data-hotkey="j,J,ArrowDown,ArrowRight" data-action="list-keyboard-navigation#focusNext">Next</button>