diff --git a/Marks/Views/BookmarkRow.swift b/Marks/Views/BookmarkRow.swift index aaf1022..6b38582 100644 --- a/Marks/Views/BookmarkRow.swift +++ b/Marks/Views/BookmarkRow.swift @@ -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)