From d37e62e6f52c2ccd60decd3a614fb54b8565598f Mon Sep 17 00:00:00 2001 From: Tony Chen Date: Thu, 17 Apr 2025 11:26:44 -0700 Subject: [PATCH] Fix: Changing apply button text to respect theme so it is visible --- app/views/transactions/searches/_menu.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/transactions/searches/_menu.html.erb b/app/views/transactions/searches/_menu.html.erb index 39fa5b64..5f277e57 100644 --- a/app/views/transactions/searches/_menu.html.erb +++ b/app/views/transactions/searches/_menu.html.erb @@ -41,7 +41,7 @@ <%= button_tag type: "reset", data: { action: "menu#close" }, class: "py-2 px-3 bg-container-inset rounded-lg text-sm text-primary font-medium" do %> <%= t(".cancel") %> <% end %> - <%= form.submit t(".apply"), name: nil, class: "py-2 px-3 bg-primary hover:bg-primary-dark rounded-lg text-sm text-white font-medium cursor-pointer" %> + <%= form.submit t(".apply"), name: nil, class: "py-2 px-3 bg-primary hover:bg-primary-dark rounded-lg text-sm text-primary font-medium cursor-pointer" %> -- 2.53.0