diff --git a/ui/BankingiOSApp/BankingiOSApp/ui/views/AccountTransactionListItem.swift b/ui/BankingiOSApp/BankingiOSApp/ui/views/AccountTransactionListItem.swift index 860b9949..c129eccd 100644 --- a/ui/BankingiOSApp/BankingiOSApp/ui/views/AccountTransactionListItem.swift +++ b/ui/BankingiOSApp/BankingiOSApp/ui/views/AccountTransactionListItem.swift @@ -34,7 +34,7 @@ struct AccountTransactionListItem: View { Text(transaction.usage) .styleAsDetail() .padding(.top, 4) - .frame(height: 42, alignment: .center) + .frame(height: 46, alignment: .center) } Spacer()