File tree 2 files changed +4
-8
lines changed
quo/components/wallet/summary_info
status_im2/contexts/wallet/send/transaction_confirmation
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
(defn container
6
6
[networks? theme]
7
- {:width 335
7
+ {:width " 100% "
8
8
:height (if networks? 90 56 )
9
9
:border-radius 16
10
10
:border-width 1
Original file line number Diff line number Diff line change 175
175
{:icon-name :i/arrow-left
176
176
:on-press on-close
177
177
: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" }]}]
185
181
[transaction-title]
186
182
[transaction-from status-account-props theme]
187
183
[transaction-to user-props theme]
You can’t perform that action at this time.
0 commit comments