feat: optmize style of payment receive details.

This commit is contained in:
a.bouhuolia
2021-12-20 14:33:48 +02:00
parent a0098382e7
commit ace3fdc569
8 changed files with 167 additions and 108 deletions

View File

@@ -40,10 +40,6 @@ export default function InvoiceGLEntriesTable() {
);
}
const InvoiceGLEntriesDatatable = styled(JournalEntriesTable)`
.table .tbody .tr:last-child .td {
border-bottom: 0;
}
`;
const InvoiceGLEntriesDatatable = styled(JournalEntriesTable)``;
const InvoiceGLEntriesRoot = styled(Card)``;