Fixed font for BankListItem

This commit is contained in:
dankito 2020-07-31 01:08:15 +02:00
parent ae1b209db4
commit 4597c3fce5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ struct BankListItem : View {
Section {
ZStack {
HStack {
IconedTitleView(bank, titleFont: .title)
IconedTitleView(bank, titleFont: .headline)
Spacer()