diff --git a/src/containers/Drawers/PaymentMadeDetailDrawer/PaymentMadeDetailFooter.js b/src/containers/Drawers/PaymentMadeDetailDrawer/PaymentMadeDetailFooter.js index eedf8e9c4..5ba3e99ff 100644 --- a/src/containers/Drawers/PaymentMadeDetailDrawer/PaymentMadeDetailFooter.js +++ b/src/containers/Drawers/PaymentMadeDetailDrawer/PaymentMadeDetailFooter.js @@ -1,8 +1,13 @@ import React from 'react'; -import clsx from 'classnames'; +import styled from 'styled-components'; -import { T, TotalLines, TotalLine } from 'components'; -import PaymentDrawerCls from './PaymentMadeDrawer.module.scss'; +import { + T, + TotalLines, + TotalLine, + TotalLineBorderStyle, + TotalLineTextStyle, +} from 'components'; import { usePaymentMadeDetailContext } from './PaymentMadeDetailProvider'; /** @@ -12,19 +17,26 @@ export default function PaymentMadeDetailFooter() { const { paymentMade } = usePaymentMadeDetailContext(); return ( -