mirror of
https://github.com/status-im/status-react.git
synced 2025-02-02 22:25:12 +00:00
fix: blur type for community header (#19665)
This commit is contained in:
parent
649a316361
commit
c70a2c9e9e
@ -22,7 +22,7 @@
|
|||||||
:height height
|
:height height
|
||||||
:right 0
|
:right 0
|
||||||
:left 0
|
:left 0
|
||||||
:background-color (if platform/ios?
|
:background-color (if platform/android?
|
||||||
(colors/theme-colors
|
(colors/theme-colors
|
||||||
colors/white-opa-70
|
colors/white-opa-70
|
||||||
colors/neutral-95-opa-70
|
colors/neutral-95-opa-70
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
[:<>
|
[:<>
|
||||||
[reanimated/blur-view
|
[reanimated/blur-view
|
||||||
{:blur-amount 20
|
{:blur-amount 20
|
||||||
:blur-type :transparent
|
:blur-type :ultraThinMaterial
|
||||||
:overlay-color :transparent
|
:overlay-color :transparent
|
||||||
:style (style/blur-slider translate-animation height theme)}]
|
:style (style/blur-slider translate-animation height theme)}]
|
||||||
[rn/view
|
[rn/view
|
||||||
@ -119,7 +119,8 @@
|
|||||||
:page-nav-props page-nav-props
|
:page-nav-props page-nav-props
|
||||||
:overlay-shown? overlay-shown?}]
|
:overlay-shown? overlay-shown?}]
|
||||||
[rn/scroll-view
|
[rn/scroll-view
|
||||||
{:content-container-style {:flex-grow 1}
|
{:bounces false
|
||||||
|
:content-container-style {:flex-grow 1}
|
||||||
:content-inset-adjustment-behavior :never
|
:content-inset-adjustment-behavior :never
|
||||||
:shows-vertical-scroll-indicator false
|
:shows-vertical-scroll-indicator false
|
||||||
:scroll-event-throttle 16
|
:scroll-event-throttle 16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user