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

Small header tweak

This commit is contained in:
hatz 2025-04-29 19:22:01 -05:00
parent 11c2bedb7b
commit 63801903b8
No known key found for this signature in database

View file

@ -3,7 +3,7 @@
<div class="flex justify-between items-center gap-4 bg-white shadow-border-xs rounded-md p-4"> <div class="flex justify-between items-center gap-4 bg-white shadow-border-xs rounded-md p-4">
<div class="text-sm space-y-1.5"> <div class="text-sm space-y-1.5">
<% if rule.name.present? %> <% if rule.name.present? %>
<h3 class="font-medium text-lg text-primary"><%= rule.name %></h3> <h3 class="font-medium text-md text-primary"><%= rule.name %></h3>
<% end %> <% end %>
<% if rule.conditions.any? %> <% if rule.conditions.any? %>