From 3de93ac61d3500d3638b59b4ee52c2fd9ce39997 Mon Sep 17 00:00:00 2001 From: Krishna Kumar Date: Sat, 23 May 2026 01:13:15 -0500 Subject: [PATCH] =?UTF-8?q?experiment(BookmarkRow):=20podcast=20icon=2026p?= =?UTF-8?q?t=20=E2=86=92=2020pt,=20less=20visual=20noise=20in=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marks/Views/BookmarkRow.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)