mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
fix now playing background grey bar
This commit is contained in:
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user