From e95163c0d50dd3df2090492887fed65dc6fe2256 Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Tue, 14 Mar 2023 12:47:32 +0800 Subject: [PATCH] Rounds About View icon to app icon style. --- iOS/Settings/Help/AboutView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Settings/Help/AboutView.swift b/iOS/Settings/Help/AboutView.swift index be4bc3e36..099b72792 100644 --- a/iOS/Settings/Help/AboutView.swift +++ b/iOS/Settings/Help/AboutView.swift @@ -39,7 +39,7 @@ struct AboutView: View, LoadableAboutData { Image(uiImage: RSImage.appIconImage!) .resizable() .frame(width: 75, height: 75) - .cornerRadius(11) + .clipShape(RoundedRectangle(cornerRadius: 15, style: .continuous)) Text(Bundle.main.appName) .font(.headline)