Minor image fixes

This commit is contained in:
Arkadiusz Fal
2023-07-25 13:20:20 +02:00
parent 19d11a3ad9
commit 1980e8a10e
2 changed files with 12 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ struct VideoDetails: View {
)
} else {
Circle()
.foregroundColor(Color(white: 0.6).opacity(0.5))
.foregroundColor(Color("PlaceholderColor"))
}
}
.frame(width: 40, height: 40)