Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Aug 5, 2021
1 parent cb2314d commit 20c79c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/status_im/ui/screens/signing/sheets.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
:justify-content :space-between}}
[quo/button
{:type :secondary
:accessibility-label :see-fee-suggestions
:on-press #(re-frame/dispatch
[:bottom-sheet/show-sheet
{:content (fn []
Expand Down Expand Up @@ -245,6 +246,7 @@
:justify-content :space-between}
[quo/button
{:type :secondary
:accessibility-label :set-custom-fee
:on-press #(re-frame/dispatch
[:bottom-sheet/show-sheet
{:content (fn []
Expand All @@ -253,6 +255,7 @@
(i18n/label :t/set-custom-fee)]
[quo/button
{:type :primary
:accessibility-label :save-custom-fee
:theme :accent
:on-press #(re-frame/dispatch [:signing.edit-fee.ui/submit])}
(i18n/label :t/save)]]]))
Expand Down

0 comments on commit 20c79c4

Please sign in to comment.