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"),
data: { auto_submit_form_target: "auto" },
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>
<span class="text-secondary">—</span>
<div class="flex items-center gap-2">
@@ -63,7 +63,7 @@
value: @end_date.strftime("%Y-%m-%d"),
data: { auto_submit_form_target: "auto" },
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>
<% end %>
<% end %>