File tree 2 files changed +11
-12
lines changed
src/status_im2/contexts/share
2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 5
5
(def screen-padding 20 )
6
6
7
7
(def blur
8
- {:style {:position :absolute
9
- :top 0
10
- :left 0
11
- :right 0
12
- :bottom 0 }
13
- :background-color colors/neutral-80-opa-40
14
- :blur-amount 20 })
8
+ {:position :absolute
9
+ :top 0
10
+ :left 0
11
+ :right 0
12
+ :bottom 0 })
15
13
16
14
(def header-row
17
15
{:flex-direction :row
Original file line number Diff line number Diff line change 31
31
:accessibility-label :shell-scan-button
32
32
:override-theme :dark
33
33
:on-press #(rf/dispatch [:navigate-back ])}
34
- :i/scan ]
35
- ]
34
+ :i/scan ]]
36
35
[quo/text
37
36
{:size :heading-1
38
37
:weight :semi-bold
39
38
:style style/header-heading}
40
- (i18n/label :t/share )]
41
- ])
39
+ (i18n/label :t/share )]])
42
40
43
41
(defn abbreviated-url
44
42
" The goal here is to generate a string that begins with
174
172
[rn/view
175
173
{:flex 1
176
174
:padding-top (navigation/status-bar-height )}
177
- [blur/view style/blur]
175
+ [blur/view
176
+ {:style style/blur
177
+ :background-color colors/neutral-80-opa-40
178
+ :blur-amount 20 }]
178
179
[tab-content window-width]])))
You can’t perform that action at this time.
0 commit comments