Playlist submenu and play buttons

This commit is contained in:
Arkadiusz Fal
2022-12-15 23:03:04 +01:00
parent f090fc9fea
commit afe7d72352
4 changed files with 29 additions and 28 deletions

View File

@@ -38,7 +38,7 @@ struct VideoBanner: View {
HStack(alignment: .top, spacing: 12) {
VStack(alignment: .trailing, spacing: 2) {
smallThumbnail
if !timeOnThumbnail, let timeLabel {
Text(timeLabel)
.font(.caption.monospacedDigit())