mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix(webapp): send mail preview style
This commit is contained in:
@@ -18,7 +18,7 @@ const estimatePreviewCss = css`
|
||||
|
||||
export const EstimateSendMailReceiptPreview = () => {
|
||||
return (
|
||||
<Stack>
|
||||
<Stack spacing={0}>
|
||||
<EstimateSendMailPreviewHeader />
|
||||
|
||||
<Stack px={4} py={6}>
|
||||
|
||||
@@ -7,7 +7,7 @@ import { useDrawerContext } from '@/components/Drawer/DrawerProvider';
|
||||
|
||||
export function EstimateSendPdfPreviewConnected() {
|
||||
return (
|
||||
<Stack>
|
||||
<Stack spacing={0}>
|
||||
<EstimateSendMailPreviewHeader />
|
||||
|
||||
<Stack px={4} py={6}>
|
||||
|
||||
Reference in New Issue
Block a user