fix now playing background grey bar

This commit is contained in:
austinried
2022-03-21 16:53:11 +09:00
parent 9c74d48648
commit 709714fbba

View File

@@ -396,7 +396,7 @@ const NowPlayingView: React.FC<NowPlayingProps> = ({ navigation }) => {
return ( return (
<View style={styles.container}> <View style={styles.container}>
<ImageGradientBackground imagePath={imagePath} /> <ImageGradientBackground imagePath={imagePath} height={'100%'} />
<NowPlayingHeader track={track} /> <NowPlayingHeader track={track} />
<View style={styles.content}> <View style={styles.content}>
<SongCoverArt /> <SongCoverArt />