better download icon
Some checks failed
Build and Release / Build IPA (push) Has been cancelled
Build and Release / Build Mac Catalyst (push) Has been cancelled

This commit is contained in:
cranci 2025-07-02 17:01:26 +02:00 committed by GitHub
parent 3974fc7003
commit 0a411e8421
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -233,7 +233,7 @@ private extension EpisodeCell {
}
var downloadedIndicator: some View {
Image(systemName: "folder.fill")
Image(systemName: "externaldrive.fill.badge.checkmark")
.foregroundColor(.accentColor)
.font(.system(size: 18))
}