feat: musicland

This commit is contained in:
2025-12-04 16:11:48 +01:00
parent 2985f4fa2f
commit 0fab276d3e
3 changed files with 378 additions and 150 deletions
@@ -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,