feat: Invoice mail receipt preview

This commit is contained in:
Ahmed Bouhuolia
2024-10-21 15:42:12 +02:00
parent ccbb399685
commit dffd818396
7 changed files with 460 additions and 7 deletions

View File

@@ -7,13 +7,14 @@ export function ElementCustomizePreviewContent() {
return (
<Box
style={{
padding: '28px 24px 40px',
backgroundColor: '#F5F5F5',
overflow: 'auto',
flex: '1',
// padding: '28px 24px 40px',
// backgroundColor: '#F5F5F5',
// overflow: 'auto',
// flex: '1',
}}
>
{PaperTemplate}
</Box>
);
}