mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: Invoice mail receipt preview
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user