diff --git a/src/pages/accounting/AccountCard.tsx b/src/pages/accounting/AccountCard.tsx index 92cbf9e..6f71a0a 100644 --- a/src/pages/accounting/AccountCard.tsx +++ b/src/pages/accounting/AccountCard.tsx @@ -29,6 +29,11 @@ const useStyles = makeStyles((theme: Theme) => flexWrap: 'wrap', justifyContent: 'space-between', }, + chequebookActions: { + justifyContent: 'space-between', + display: 'flex', + marginBottom: theme.spacing(1), + }, }), ) @@ -50,8 +55,10 @@ function AccountCard({ totalreceived, totalsent, chequebookBalance, isLoading }: return (
-
-

Chequebook

+
+ + Chequebook +