Fixed that due to padding height was too small

This commit is contained in:
dankito 2020-07-27 12:10:41 +02:00
parent 1a51eb94e5
commit d7c904a677
1 changed files with 1 additions and 1 deletions

View File

@ -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()