mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
Fix alert styles
This commit is contained in:
parent
82fb17ef6c
commit
d0372b8e77
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
</div>
|
</div>
|
||||||
<% elsif plaid_item.requires_update? %>
|
<% elsif plaid_item.requires_update? %>
|
||||||
<div class="text-warning flex items-center gap-1">
|
<div class="text-warning flex items-center gap-1">
|
||||||
<%= icon "alert-triangle", size: "sm" %>
|
<%= icon "alert-triangle", size: "sm", color: "warning" %>
|
||||||
<%= tag.span t(".requires_update") %>
|
<%= tag.span t(".requires_update") %>
|
||||||
</div>
|
</div>
|
||||||
<% elsif plaid_item.sync_error.present? %>
|
<% elsif plaid_item.sync_error.present? %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue