Rounds About View icon to app icon style.

This commit is contained in:
Stuart Breckenridge
2023-03-14 12:47:32 +08:00
parent 3ac8c7057e
commit e95163c0d5

View File

@@ -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)