From bab08e1df2de264b8363bf7a0dd62ab181153b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20S=C3=A1rai?= Date: Tue, 7 Nov 2023 12:33:28 +0100 Subject: [PATCH] style: add padding to account chequebook (#635) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ferenc Sárai --- src/pages/account/chequebook/AccountChequebook.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/pages/account/chequebook/AccountChequebook.tsx b/src/pages/account/chequebook/AccountChequebook.tsx index bc50e68..d90f3ad 100644 --- a/src/pages/account/chequebook/AccountChequebook.tsx +++ b/src/pages/account/chequebook/AccountChequebook.tsx @@ -12,6 +12,7 @@ import { Context as SettingsContext } from '../../../providers/Settings' import PeerBalances from '../../accounting/PeerBalances' import { AccountNavigation } from '../AccountNavigation' import { Header } from '../Header' +import { Box } from '@material-ui/core' export function AccountChequebook(): ReactElement { const { status, nodeAddresses, chequebookAddress, chequebookBalance, settlements, peerBalances } = @@ -43,10 +44,12 @@ export function AccountChequebook(): ReactElement { label="Total Cheques Amount Sent" value={`${settlements?.totalSent.toFixedDecimal()} xBZZ`} /> - + + +