experiment(BookmarkRow): podcast icon 26pt → 20pt, less visual noise in list

This commit is contained in:
Krishna Kumar
2026-05-23 01:13:15 -05:00
parent ee9a7c018e
commit 3de93ac61d

View File

@@ -45,7 +45,7 @@ struct BookmarkRow: View {
onPodcast() onPodcast()
} label: { } label: {
Image(systemName: podcastCached ? "headphones.circle.fill" : "headphones.circle") Image(systemName: podcastCached ? "headphones.circle.fill" : "headphones.circle")
.font(.system(size: 26)) .font(.system(size: 20))
.foregroundStyle(podcastCached ? .blue : Color(.systemGray3)) .foregroundStyle(podcastCached ? .blue : Color(.systemGray3))
} }
.buttonStyle(.plain) .buttonStyle(.plain)