File tree 2 files changed +26
-26
lines changed
2 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 111
111
:icon :i/arrow-left
112
112
:on-press navigate-back}
113
113
:right-section-buttons [(when config/quo-preview-enabled?
114
- {:type :grey
115
- :icon :i/placeholder
116
- :icon-background :blur
117
- :on-press #(rf/dispatch [:navigate-to
118
- :quo2-preview ])
119
- :style {:border-color :red
120
- :border-width 1 }})
121
- {:type :grey
122
- :icon :i/info
123
- :icon-background :blur
124
- :on-press #(rf/dispatch
125
- [:show-bottom-sheet
126
- {:content getting-started-doc
127
- :shell? true }])}]}]])
114
+ {:type :grey
115
+ :icon :i/wallet
116
+ :icon-background :blur
117
+ :on-press #(rf/dispatch [:navigate-to
118
+ :quo2-preview ])
119
+ :style {:border-radius 10
120
+ :border-color :red
121
+ :border-width 1 }})
122
+ {:type :grey
123
+ :icon :i/info
124
+ :icon-background :blur
125
+ :on-press #(rf/dispatch
126
+ [:show-bottom-sheet
127
+ {:content getting-started-doc
128
+ :shell? true }])}]}]])
128
129
129
130
(defn new-to-status
130
131
[]
Original file line number Diff line number Diff line change 232
232
[rn/view
233
233
{:style style/multi-profile-button-container}
234
234
(when config/quo-preview-enabled?
235
- [rn/view
236
- {:style {:margin-right 12
237
- :border-color :red
238
- :border-width 1 }}
239
- [quo/button
240
- {:size 32
241
- :type :grey
242
- :background :blur
243
- :icon-only? true
244
- :on-press #(rf/dispatch [:navigate-to :quo2-preview ])
245
- :accessibility-label :quo2-preview }
246
- :i/placeholder ]])
235
+ [quo/button
236
+ {:size 32
237
+ :type :grey
238
+ :background :blur
239
+ :icon-only? true
240
+ :on-press #(rf/dispatch [:navigate-to :quo2-preview ])
241
+ :accessibility-label :quo2-preview
242
+ :container-style {:margin-right 12
243
+ :border-color :red
244
+ :border-width 1 }}
245
+ :i/wallet ])
247
246
[quo/button
248
247
{:size 32
249
248
:type :grey
You can’t perform that action at this time.
0 commit comments