mirror of
https://github.com/yattee/yattee.git
synced 2025-10-18 05:18:12 +00:00
Fix thumbnails loading indicators
This commit is contained in:
@@ -43,7 +43,7 @@ struct ChannelCell: View {
|
||||
.placeholder {
|
||||
Rectangle().fill(Color("PlaceholderColor"))
|
||||
}
|
||||
.indicator(.progress)
|
||||
.indicator(.activity)
|
||||
.frame(width: 88, height: 88)
|
||||
.clipShape(Circle())
|
||||
|
||||
|
Reference in New Issue
Block a user