diff --git a/src/components/molecules/LineItem/LineItem.tsx b/src/components/molecules/LineItem/LineItem.tsx index ab3eb6b..302c62e 100644 --- a/src/components/molecules/LineItem/LineItem.tsx +++ b/src/components/molecules/LineItem/LineItem.tsx @@ -61,8 +61,9 @@ export const LineItem = React.forwardRef( justifyContent: 'space-between', gap: 2, ...(isTotal && { - pt: 1.5, - mt: 1.5, + pt: 2, + pb: 0.5, + mt: 2, borderTop: '1px solid', borderColor: 'divider', }),