File tree 2 files changed +9
-11
lines changed
contexts/wallet/send/transaction_confirmation
2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 143
143
:subtitle " 149.99 ETH" }]]])
144
144
145
145
(defn- f-view-internal
146
- [theme ]
146
+ [_ ]
147
147
(let [reset-slider? (reagent/atom false )
148
148
margin-top (safe-area/get-top )
149
149
biometric-auth? true
165
165
{:size 16
166
166
:name " New house"
167
167
:emoji " 🍔" })}]
168
- (fn []
168
+ (fn [{ :keys [theme]} ]
169
169
[rn/view {:style {:flex 1 }}
170
- [quo/gradient-cover
171
- {:customization-color :purple }]
172
- [rn/view
173
- {:style (style/container margin-top)}
170
+ [quo/gradient-cover {:customization-color :purple }]
171
+ [rn/view {:style (style/container margin-top)}
174
172
[quo/page-nav
175
173
{:icon-name :i/arrow-left
176
174
:on-press on-close
182
180
[transaction-from status-account-props theme]
183
181
[transaction-to user-props theme]
184
182
[transaction-details theme]
185
- [rn/safe-area-view
186
- {:style style/slide-button-container}
183
+ [rn/view {:style style/slide-button-container}
187
184
[quo/slide-button
188
185
{:size :size/s-48
189
186
:customization-color :purple
192
189
:track-icon (if biometric-auth? :i/face-id :password )
193
190
:track-text (i18n/label :t/slide-to-send )}]]]])))
194
191
195
- (defn- view-internal
196
- [{ :keys [theme]} ]
197
- [:f> f-view-internal theme ])
192
+ (defn view-internal
193
+ [props ]
194
+ [:f> f-view-internal props ])
198
195
199
196
(def view (quo.theme/with-theme view-internal))
Original file line number Diff line number Diff line change 313
313
:component wallet-select-asset/view}
314
314
315
315
{:name :wallet-transaction-confirmation
316
+ :options {:insets {:bottom? true }}
316
317
:component wallet-transaction-confirmation/view}
317
318
318
319
{:name :scan-address
You can’t perform that action at this time.
0 commit comments