Skip to content

Commit

Permalink
Form save icon
Browse files Browse the repository at this point in the history
Fixes #310
  • Loading branch information
Shpigford committed Feb 5, 2024
1 parent ecd8b8b commit 0922a7c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions app/assets/images/icn-check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/views/accounts/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/accounts/new_credit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>
2 changes: 1 addition & 1 deletion app/views/settings/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>

0 comments on commit 0922a7c

Please sign in to comment.