Fix about header top inset
This commit is contained in:
parent
aa344b8ea8
commit
d1eb67cc16
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue