File tree 2 files changed +5
-9
lines changed
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 112
112
:on-press navigate-back}
113
113
:right-section-buttons [(when config/quo-preview-enabled?
114
114
{:type :grey
115
- :icon :i/wallet
115
+ :icon :i/reveal-whitelist
116
116
:icon-background :blur
117
117
:on-press #(rf/dispatch [:navigate-to
118
- :quo2-preview ])
119
- :style {:border-radius 10
120
- :border-color :red
121
- :border-width 1 }})
118
+ :quo2-preview ])})
122
119
{:type :grey
123
120
:icon :i/info
124
121
:icon-background :blur
Original file line number Diff line number Diff line change 238
238
:background :blur
239
239
:icon-only? true
240
240
:on-press #(rf/dispatch [:navigate-to :quo2-preview ])
241
+ :disabled? processing
241
242
:accessibility-label :quo2-preview
242
- :container-style {:margin-right 12
243
- :border-color :red
244
- :border-width 1 }}
245
- :i/wallet ])
243
+ :container-style {:margin-right 12 }}
244
+ :i/reveal-whitelist ])
246
245
[quo/button
247
246
{:size 32
248
247
:type :grey
You can’t perform that action at this time.
0 commit comments