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)