diff --git a/Ferrite/Views/AboutView.swift b/Ferrite/Views/AboutView.swift index 70e8934..6ee081a 100644 --- a/Ferrite/Views/AboutView.swift +++ b/Ferrite/Views/AboutView.swift @@ -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)