parent
5f7337bcdc
commit
7b3a3d2a80
|
@ -26,6 +26,7 @@ struct ContentPlayerView: View {
|
|||
.onTapGesture { isShowing = false }
|
||||
}
|
||||
|
||||
if !playerManager.isShowPlaylist {
|
||||
Text(playerManager.title)
|
||||
.font(.custom(Font.medium.rawValue, size: 16))
|
||||
.foregroundColor(.grayee)
|
||||
|
@ -48,6 +49,7 @@ struct ContentPlayerView: View {
|
|||
Spacer()
|
||||
}
|
||||
.padding(.top, 21)
|
||||
}
|
||||
|
||||
Spacer()
|
||||
|
||||
|
|
Loading…
Reference in New Issue