Fix about header top inset

This commit is contained in:
Skitty 2022-09-04 15:05:38 -05:00 committed by Brian Dashore
parent aa344b8ea8
commit d1eb67cc16

View file

@ -22,6 +22,7 @@ struct AboutView: View {
.resizable()
.frame(width: 100, height: 100)
.clipShape(RoundedRectangle(cornerRadius: 100*0.225, style: .continuous))
.padding(.top, 24)
Text("Ferrite is a free and open source application developed by kingbri under the GNU-GPLv3 license.")
.textCase(.none)