inseven / diligence

SwiftUI About Screens
MIT License
17 stars 0 forks source link

Icon shape is incorrect #1

Closed jbmorley closed 2 years ago

jbmorley commented 2 years ago

The icon should be a squircle, not a rectangle. Use RoundedRect(..., style: .continuous).

jbmorley commented 2 years ago

Done.