feat: musicland
This commit is contained in:
@@ -20,7 +20,7 @@ const PlaybacksCard = ({
|
||||
return (
|
||||
<Pressable onPress={onPress}>
|
||||
<BlurView
|
||||
intensity={Platform.OS !== "ios" ? 10 : 20}
|
||||
intensity={Platform.OS === "web" ? 40 : Platform.OS !== "ios" ? 10 : 20}
|
||||
tint="dark"
|
||||
style={{
|
||||
...Style.containerSpaceBetween,
|
||||
|
||||
Reference in New Issue
Block a user