feat: style the invoice payment preview

This commit is contained in:
Ahmed Bouhuolia
2024-10-22 14:36:53 +02:00
parent c0481f67ad
commit 03e6372f14
3 changed files with 10 additions and 4 deletions

View File

@@ -137,7 +137,7 @@ export function InvoicePaymentPage({
</Group>
<Stack spacing={6}>
<h1 className={styles.bigTitle}>
<h1 className={clsx(styles.bigTitle, classNames?.bigTitle)}>
{organizationName} Sent an Invoice for {total}
</h1>
<Group spacing={10}>