+ backdrop for play triangle

This commit is contained in:
Jed Fox 2023-06-04 17:11:30 -04:00
parent 10303eee37
commit 3a9e1aa716
No known key found for this signature in database
GPG Key ID: 0B61D18EA54B47E1
1 changed files with 6 additions and 0 deletions

View File

@ -64,6 +64,12 @@ struct InlineMediaOverlayContainer: View {
.font(.system(size: 54))
.foregroundColor(.white)
.shadow(color: .black.opacity(0.5), radius: 32, x: 0, y: 0)
.background(alignment: .center) {
Circle()
.fill(.ultraThinMaterial)
.frame(width: 40, height: 40)
.colorScheme(.light)
}
}
}
.onChange(of: altDescription) { _ in