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

fix: replace hardcoded bg-gray-900 text-white with bg-inverse fg-inverse in invitations form

This commit is contained in:
Eran Avidor 2025-06-29 13:25:54 +03:00
parent 63f9e32bf1
commit 7929fd1b62

View file

@ -17,7 +17,7 @@
{ label: t(".role_label") } %>
<div class="w-full">
<%= form.submit t(".submit"), class: "bg-gray-900 text-white rounded-lg px-4 py-2 w-full" %>
<%= form.submit t(".submit"), class: "bg-inverse fg-inverse rounded-lg px-4 py-2 w-full" %>
</div>
<% end %>
<% end %>