Fix line height in transaction entry

This commit is contained in:
Keannu Bernasol 2023-12-27 19:03:17 +08:00
parent 9a2c53827d
commit 9d605d0a70

View file

@ -132,7 +132,6 @@ export default function TransactionEntry(props: props) {
...{ ...{
textAlign: "right", textAlign: "right",
margin: 0, margin: 0,
lineHeight: 0,
}, },
}} }}
> >