mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-27 12:59:17 +01:00
Fix 1 line note in centre (#938)
This commit is contained in:
parent
9f4b1f6874
commit
274d36eec7
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user