Update index.html.erb (#337)

This commit is contained in:
Mark Hendriksen
2025-11-15 18:27:16 +01:00
committed by GitHub
parent b16857b040
commit 4475d85ab2

View File

@@ -54,7 +54,7 @@
value: @start_date.strftime("%Y-%m-%d"), value: @start_date.strftime("%Y-%m-%d"),
data: { auto_submit_form_target: "auto" }, data: { auto_submit_form_target: "auto" },
autocomplete: "off", autocomplete: "off",
class: "px-3 py-1.5 border border-primary rounded-lg text-sm" %> class: "px-3 py-1.5 border border-primary rounded-lg text-sm bg-container-inset text-primary" %>
</div> </div>
<span class="text-secondary">—</span> <span class="text-secondary">—</span>
<div class="flex items-center gap-2"> <div class="flex items-center gap-2">
@@ -63,7 +63,7 @@
value: @end_date.strftime("%Y-%m-%d"), value: @end_date.strftime("%Y-%m-%d"),
data: { auto_submit_form_target: "auto" }, data: { auto_submit_form_target: "auto" },
autocomplete: "off", autocomplete: "off",
class: "px-3 py-1.5 border border-primary rounded-lg text-sm" %> class: "px-3 py-1.5 border border-primary rounded-lg text-sm bg-container-inset text-primary" %>
</div> </div>
<% end %> <% end %>
<% end %> <% end %>