Skip to content

Commit

Permalink
feat(weekly topup): fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
andreybakanovsky committed Sep 12, 2023
1 parent d1177e0 commit 7198fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/accounts/new.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
| This amount will be automatically added to the account every week. You will receive an email notification about that
.buttons.is-flex.is-justify-content-flex-end
= link_to 'Back', my_account_path, class: 'button is-light'
= f.submit 'Save', class: "button is-primary is-fullwidth"
= f.submit 'Save', class: "button is-primary is-fullwidth"

0 comments on commit 7198fa7

Please sign in to comment.