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

Match tags/categories design

This commit is contained in:
hatz 2025-05-08 09:37:00 -05:00
parent aec63c78db
commit ab3e662c0c
No known key found for this signature in database

View file

@ -58,11 +58,11 @@
</div> </div>
</div> </div>
<div class="p-1"> <div class="p-1">
<div class="flex flex-col bg-container rounded-xl border border-secondary first_child:rounded-t-xl last_child:rounded-b-xl"> <div class="flex flex-col bg-container rounded-xl shadow-border-xs first_child:rounded-t-xl last_child:rounded-b-xl">
<% @rules.each_with_index do |rule, idx| %> <% @rules.each_with_index do |rule, idx| %>
<%= render "rule", rule: rule%> <%= render "rule", rule: rule%>
<% unless idx == @rules.size - 1 %> <% unless idx == @rules.size - 1 %>
<div class="border-b border-secondary"></div> <div class="h-px bg-alpha-black-50 ml-4 mr-6"></div>
<% end %> <% end %>
<% end %> <% end %>
</div> </div>