1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-03 04:25:21 +02:00

Form save icon

Fixes #310
This commit is contained in:
Josh Pigford 2024-02-05 12:45:56 -06:00
parent ecd8b8b202
commit 0922a7cbd6
4 changed files with 6 additions and 3 deletions

View file

@ -39,7 +39,7 @@
<div class="absolute right-5 bottom-5">
<button type="submit" class="flex items-center justify-center w-12 h-12 mb-2 bg-black rounded-full shrink-0 grow-0 hover:bg-gray-600">
<i class="text-xl text-white fa-regular fa-check"></i>
<%= inline_svg_tag('icn-check.svg', class: 'text-white fill-current') %>
</button>
</div>
<% end %>

View file

@ -31,7 +31,7 @@
<div class="absolute right-5 bottom-5">
<button type="submit" class="flex items-center justify-center w-12 h-12 mb-2 bg-black rounded-full shrink-0 grow-0 hover:bg-gray-600">
<i class="text-xl text-white fa-regular fa-check"></i>
<%= inline_svg_tag('icn-check.svg', class: 'text-white fill-current') %>
</button>
</div>
<% end %>

View file

@ -36,7 +36,7 @@
<div class="absolute right-5 bottom-5">
<button type="submit" class="flex items-center justify-center w-12 h-12 mb-2 bg-black rounded-full shrink-0 grow-0 hover:bg-gray-600">
<i class="text-xl text-white fa-regular fa-check"></i>
<%= inline_svg_tag('icn-check.svg', class: 'text-white fill-current') %>
</button>
</div>
<% end %>