Skip to content

Commit d4aee2b

Browse files
adjustment to summary info component
1 parent ab875d6 commit d4aee2b

File tree

2 files changed

+4
-8
lines changed
  • src
    • quo/components/wallet/summary_info
    • status_im2/contexts/wallet/send/transaction_confirmation

2 files changed

+4
-8
lines changed

src/quo/components/wallet/summary_info/style.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
(defn container
66
[networks? theme]
7-
{:width 335
7+
{:width "100%"
88
:height (if networks? 90 56)
99
:border-radius 16
1010
:border-width 1

src/status_im2/contexts/wallet/send/transaction_confirmation/view.cljs

+3-7
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,9 @@
175175
{:icon-name :i/arrow-left
176176
:on-press on-close
177177
:accessibility-label :top-bar
178-
:right-side {:icon-name :i/advanced
179-
:on-press (fn callback [] nil)
180-
:accessibility-label "Advanced"}
181-
:account-switcher {:customization-color :purple
182-
:on-press #(js/alert "Not implemented yet")
183-
:state :default
184-
:emoji "🍑"}}]
178+
:right-side [{:icon-name :i/advanced
179+
:on-press (fn callback [] nil)
180+
:accessibility-label "Advanced"}]}]
185181
[transaction-title]
186182
[transaction-from status-account-props theme]
187183
[transaction-to user-props theme]

0 commit comments

Comments
 (0)