Fix 1 line note in centre (#938)

This commit is contained in:
Sean Goldin 2023-02-18 14:25:45 -06:00 committed by GitHub
parent 9f4b1f6874
commit 274d36eec7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,7 +206,7 @@ struct AccountDetailHeaderView: View {
Text("account.relation.note.label")
.foregroundColor(.gray)
Text(note)
.frame(maxWidth: .infinity)
.frame(maxWidth: .infinity, alignment: .leading)
.padding(8)
.background(theme.secondaryBackgroundColor)
.cornerRadius(4)