1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 20:15:22 +02:00

Fix activity view "new" button styles

This commit is contained in:
Zach Gollwitzer 2025-07-10 15:30:22 -04:00
parent 1a2d973f4b
commit 188126d402
3 changed files with 3 additions and 10 deletions

View file

@ -1,6 +1,6 @@
<%= container do %>
<% if icon && (icon_position != :right) %>
<%= helpers.icon(icon, size: size, color: icon_color) %>
<%= helpers.icon(icon, size: size, color: icon_color, class: icon_classes) %>
<% end %>
<% unless icon_only? %>