Fixed that due to padding height was too small
This commit is contained in:
parent
1a51eb94e5
commit
d7c904a677
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue