mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-16 20:26:37 +00:00
Fix 1 line note in centre (#938)
This commit is contained in:
parent
9f4b1f6874
commit
274d36eec7
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ struct AccountDetailHeaderView: View {
|
||||||
Text("account.relation.note.label")
|
Text("account.relation.note.label")
|
||||||
.foregroundColor(.gray)
|
.foregroundColor(.gray)
|
||||||
Text(note)
|
Text(note)
|
||||||
.frame(maxWidth: .infinity)
|
.frame(maxWidth: .infinity, alignment: .leading)
|
||||||
.padding(8)
|
.padding(8)
|
||||||
.background(theme.secondaryBackgroundColor)
|
.background(theme.secondaryBackgroundColor)
|
||||||
.cornerRadius(4)
|
.cornerRadius(4)
|
||||||
|
|
Loading…
Reference in a new issue