Skip to content

Commit 31e3e75

Browse files
committed
Update icon and style
Signed-off-by: Mohamed Javid <[email protected]>
1 parent a44950c commit 31e3e75

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

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

+15-14
Original file line numberDiff line numberDiff line change
@@ -111,20 +111,21 @@
111111
:icon :i/arrow-left
112112
:on-press navigate-back}
113113
: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}])}]}]])
128129

129130
(defn new-to-status
130131
[]

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

+11-12
Original file line numberDiff line numberDiff line change
@@ -232,18 +232,17 @@
232232
[rn/view
233233
{:style style/multi-profile-button-container}
234234
(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])
247246
[quo/button
248247
{:size 32
249248
:type :grey

0 commit comments

Comments
 (0)