Skip to content

Commit 418e1b7

Browse files
committed
Update icon and remove red border
Signed-off-by: Mohamed Javid <[email protected]>
1 parent 186368f commit 418e1b7

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

src/status_im2/contexts/onboarding/new_to_status/view.cljs

+2-5
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,10 @@
112112
:on-press navigate-back}
113113
:right-section-buttons [(when config/quo-preview-enabled?
114114
{:type :grey
115-
:icon :i/wallet
115+
:icon :i/reveal-whitelist
116116
:icon-background :blur
117117
: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])})
122119
{:type :grey
123120
:icon :i/info
124121
:icon-background :blur

src/status_im2/contexts/profile/profiles/view.cljs

+3-4
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,10 @@
238238
:background :blur
239239
:icon-only? true
240240
:on-press #(rf/dispatch [:navigate-to :quo2-preview])
241+
:disabled? processing
241242
: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])
246245
[quo/button
247246
{:size 32
248247
:type :grey

0 commit comments

Comments
 (0)