mini player artwork fixes

This commit is contained in:
Violet Caulfield
2025-01-12 08:49:17 -06:00
parent 083e98f7bb
commit be41699775

View File

@@ -50,8 +50,8 @@ export function Miniplayer({ navigation }: { navigation : NavigationHelpers<Para
}
imageStyle={{
position: "relative",
width: width / 8,
height: width / 8,
width: width / 7,
height: width / 7,
borderRadius: 2,
}}
/>