mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-08 06:55:21 +02:00
use transparent
This commit is contained in:
parent
3983194025
commit
2b91849041
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
||||||
<%= turbo_frame_tag dom_id(@chat, :title), class: "block" do %>
|
<%= turbo_frame_tag dom_id(@chat, :title), class: "block" do %>
|
||||||
<% bg_class = params[:ctx] == "chat" ? "bg-container-inset" : "bg-container" %>
|
|
||||||
<%= styled_form_with model: @chat, data: { controller: "auto-submit-form", auto_submit_form_trigger_event_value: "blur" } do |f| %>
|
<%= styled_form_with model: @chat, data: { controller: "auto-submit-form", auto_submit_form_trigger_event_value: "blur" } do |f| %>
|
||||||
<%= f.text_field :title,
|
<%= f.text_field :title,
|
||||||
data: { auto_submit_form_target: "auto" },
|
data: { auto_submit_form_target: "auto" },
|
||||||
autofocus: true,
|
autofocus: true,
|
||||||
inline: true,
|
inline: true,
|
||||||
class: "w-full rounded-md px-2 py-1 text-sm font-medium #{bg_class}" %>
|
class: "w-full rounded-md px-2 py-1 text-sm font-medium bg-transparent" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue