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? %>