From 4475d85ab27625f780776ea9b930a3d63baa123f Mon Sep 17 00:00:00 2001 From: Mark Hendriksen Date: Sat, 15 Nov 2025 18:27:16 +0100 Subject: [PATCH] Update index.html.erb (#337) --- app/views/reports/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/reports/index.html.erb b/app/views/reports/index.html.erb index 6a75e28d4..0ad469bec 100644 --- a/app/views/reports/index.html.erb +++ b/app/views/reports/index.html.erb @@ -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" %>
@@ -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" %>
<% end %> <% end %>