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:
parent
298e150f43
commit
3d2e72020c
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue