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:
parent
63f9e32bf1
commit
7929fd1b62
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue