Fixed font for BankListItem
This commit is contained in:
parent
ae1b209db4
commit
4597c3fce5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ struct BankListItem : View {
|
|||
Section {
|
||||
ZStack {
|
||||
HStack {
|
||||
IconedTitleView(bank, titleFont: .title)
|
||||
IconedTitleView(bank, titleFont: .headline)
|
||||
|
||||
Spacer()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue