[iOS] Wrong bottom sheet opacity on onboarding and in the activity center (#19319)
* [iOS] Wrong bottom sheet opacity on onboarding and in the activity center * Blur amount update
This commit is contained in:
parent
18fc168537
commit
edd1d0661d
|
@ -136,6 +136,7 @@
|
||||||
[blur/ios-view
|
[blur/ios-view
|
||||||
{:style style/shell-bg
|
{:style style/shell-bg
|
||||||
:blur-radius (or blur-radius 20)
|
:blur-radius (or blur-radius 20)
|
||||||
|
:blur-amount 32
|
||||||
:blur-type :transparent
|
:blur-type :transparent
|
||||||
:overlay-color :transparent}])
|
:overlay-color :transparent}])
|
||||||
(when selected-item
|
(when selected-item
|
||||||
|
|
Loading…
Reference in New Issue