Fix Task: #92
This commit is contained in:
@@ -122,7 +122,7 @@ const NewMusicOptions = () => {
|
||||
<Pressable key={index} onPress={() => onPressOption(index, item)}>
|
||||
<BlurView
|
||||
tint="dark"
|
||||
intensity={20}
|
||||
intensity={Platform.OS !== "ios" ? 10 : 20}
|
||||
style={{
|
||||
position: "absolute",
|
||||
zIndex: 1,
|
||||
@@ -135,9 +135,9 @@ const NewMusicOptions = () => {
|
||||
overflow: "hidden",
|
||||
backgroundColor: Palette.glass,
|
||||
}}
|
||||
experimentalBlurMethod={
|
||||
Platform.OS !== "ios" ? "dimezisBlurView" : "none"
|
||||
}
|
||||
// experimentalBlurMethod={
|
||||
// Platform.OS !== "ios" ? "dimezisBlurView" : "none"
|
||||
// }
|
||||
>
|
||||
<Text
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user