Displaying bank code in bold to highlight it better
This commit is contained in:
parent
af54997bf6
commit
e85273b2d6
|
@ -32,6 +32,8 @@ struct BankInfoListItem: View {
|
|||
|
||||
HStack {
|
||||
Text(bank.bankCode)
|
||||
.bold()
|
||||
.foregroundColor(Color.primary)
|
||||
|
||||
Text(bank.postalCode)
|
||||
.padding(.leading, 4)
|
||||
|
|
Loading…
Reference in New Issue