mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
Fixes #2100: this will fix the problem of text not visible in the modal when dark theme is set (#2112)
* Fixes #2100: added 'text-primary' in class , this will fix the problem of text not visible in dark theme inside the modals * added text-primary in class for form fields --------- Signed-off-by: Zach Gollwitzer <zach@maybe.co> Co-authored-by: Zach Gollwitzer <zach@maybe.co>
This commit is contained in:
parent
b6cf6198f4
commit
db34f6d7a2
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<%# locals: (account:, url:) %>
|
||||
|
||||
<%= styled_form_with model: account, url: url, scope: :account, data: { turbo: false }, class: "flex flex-col gap-4 justify-between grow" do |form| %>
|
||||
<%= styled_form_with model: account, url: url, scope: :account, data: { turbo: false }, class: "flex flex-col gap-4 justify-between grow text-primary" do |form| %>
|
||||
<div class="grow space-y-2">
|
||||
<%= form.hidden_field :accountable_type %>
|
||||
<%= form.hidden_field :return_to, value: params[:return_to] %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue