AccountDetail: fix wrong space on top of the header view (#2113)

This commit is contained in:
Christopher Schindler 2024-07-03 08:12:29 +02:00 committed by GitHub
parent 4b8d7113f1
commit fdb213e4bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,6 +42,7 @@ struct AccountDetailHeaderView: View {
}
}
accountInfoView
Spacer()
}
}