experiment(BookmarkRow): podcast icon 26pt → 20pt, less visual noise in list
This commit is contained in:
@@ -45,7 +45,7 @@ struct BookmarkRow: View {
|
||||
onPodcast()
|
||||
} label: {
|
||||
Image(systemName: podcastCached ? "headphones.circle.fill" : "headphones.circle")
|
||||
.font(.system(size: 26))
|
||||
.font(.system(size: 20))
|
||||
.foregroundStyle(podcastCached ? .blue : Color(.systemGray3))
|
||||
}
|
||||
.buttonStyle(.plain)
|
||||
|
||||
Reference in New Issue
Block a user