mirror of
https://github.com/yattee/yattee.git
synced 2025-11-26 03:08:29 +00:00
Fix default alignment swiftlint offense
This commit is contained in:
@@ -39,7 +39,7 @@ struct AccountForm: View {
|
||||
}
|
||||
|
||||
var header: some View {
|
||||
HStack(alignment: .center) {
|
||||
HStack {
|
||||
Text("Add Account")
|
||||
.font(.title2.bold())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user