Displaying bank code in bold to highlight it better

This commit is contained in:
dankito 2020-09-03 11:48:56 +02:00
parent af54997bf6
commit e85273b2d6
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ struct BankInfoListItem: View {
HStack {
Text(bank.bankCode)
.bold()
.foregroundColor(Color.primary)
Text(bank.postalCode)
.padding(.leading, 4)