From d0372b8e77c93acf3aa4f611a51ef5ccb76cc4dd Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Sun, 25 May 2025 08:08:23 -0400 Subject: [PATCH] Fix alert styles --- app/views/plaid_items/_plaid_item.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/plaid_items/_plaid_item.html.erb b/app/views/plaid_items/_plaid_item.html.erb index ad9797e3..6ddb550c 100644 --- a/app/views/plaid_items/_plaid_item.html.erb +++ b/app/views/plaid_items/_plaid_item.html.erb @@ -30,7 +30,7 @@ <% elsif plaid_item.requires_update? %>
- <%= icon "alert-triangle", size: "sm" %> + <%= icon "alert-triangle", size: "sm", color: "warning" %> <%= tag.span t(".requires_update") %>
<% elsif plaid_item.sync_error.present? %>