fix: branding customize content

This commit is contained in:
Ahmed Bouhuolia
2024-09-30 14:51:03 +02:00
parent 4b6ab7035e
commit 4ec3586173
10 changed files with 41 additions and 31 deletions

View File

@@ -18,10 +18,12 @@ export function CreditNoteCustomizeGeneralField() {
return ( return (
<Stack style={{ padding: 20, flex: '1 1 auto' }}> <Stack style={{ padding: 20, flex: '1 1 auto' }}>
<Stack spacing={0}> <Stack spacing={0}>
<h2 style={{ fontSize: 16, marginBottom: 10 }}>General Branding</h2> <h2 style={{ fontSize: 16, marginBottom: 10, fontWeight: 600 }}>
General Branding
</h2>
<p className={Classes.TEXT_MUTED}> <p className={Classes.TEXT_MUTED}>
Set your invoice details to be automatically applied every timeyou Set your company logo and branding colors to be automatically applied
create a new invoice. to your credit notes.
</p> </p>
</Stack> </Stack>

View File

@@ -14,10 +14,10 @@ export function CreditNoteCustomizeContentFields() {
style={{ padding: 20, paddingBottom: 40, flex: '1 1 auto' }} style={{ padding: 20, paddingBottom: 40, flex: '1 1 auto' }}
> >
<Stack spacing={10}> <Stack spacing={10}>
<h3>General Branding</h3> <h3 style={{ fontWeight: 600 }}>General Branding</h3>
<p className={Classes.TEXT_MUTED}> <p className={Classes.TEXT_MUTED}>
Set your invoice details to be automatically applied every timeyou Customize your credit note by editing the items label or hiding some
create a new invoice. items to match your needs.
</p> </p>
</Stack> </Stack>

View File

@@ -11,10 +11,10 @@ export function EstimateCustomizeContentFields() {
style={{ padding: 20, paddingBottom: 40, flex: '1 1 auto' }} style={{ padding: 20, paddingBottom: 40, flex: '1 1 auto' }}
> >
<Stack spacing={10}> <Stack spacing={10}>
<h3>General Branding</h3> <h3 style={{ fontWeight: 600 }}>Estimate Content</h3>
<p className={Classes.TEXT_MUTED}> <p className={Classes.TEXT_MUTED}>
Set your invoice details to be automatically applied every timeyou Customize your estimate by editing the items label or hiding some
create a new invoice. items to match your needs.
</p> </p>
</Stack> </Stack>

View File

@@ -18,10 +18,12 @@ export function EstimateCustomizeGeneralField() {
return ( return (
<Stack style={{ padding: 20, flex: '1 1 auto' }}> <Stack style={{ padding: 20, flex: '1 1 auto' }}>
<Stack spacing={0}> <Stack spacing={0}>
<h2 style={{ fontSize: 16, marginBottom: 10 }}>General Branding</h2> <h2 style={{ fontSize: 16, marginBottom: 10, fontWeight: 600 }}>
General Branding
</h2>
<p className={Classes.TEXT_MUTED}> <p className={Classes.TEXT_MUTED}>
Set your invoice details to be automatically applied every timeyou Set your company logo and branding colors to be automatically applied
create a new invoice. to your estimates.
</p> </p>
</Stack> </Stack>
@@ -38,7 +40,7 @@ export function EstimateCustomizeGeneralField() {
<Overlay visible={!isTemplateNameFilled}> <Overlay visible={!isTemplateNameFilled}>
<Stack spacing={0}> <Stack spacing={0}>
<FFormGroup <FFormGroup
name={'primaryColor'} name={'primaryColor'}
label={'Primary Color'} label={'Primary Color'}
style={{ justifyContent: 'space-between' }} style={{ justifyContent: 'space-between' }}
inline inline

View File

@@ -24,10 +24,11 @@ export function InvoiceCustomizeGeneralField() {
return ( return (
<Stack style={{ padding: 20, flex: '1 1 auto' }}> <Stack style={{ padding: 20, flex: '1 1 auto' }}>
<Stack spacing={0}> <Stack spacing={0}>
<h2 style={{ fontSize: 16, marginBottom: 10 }}>General Branding</h2> <h2 style={{ fontSize: 16, marginBottom: 10, fontWeight: 600 }}>
General Branding
</h2>
<p className={Classes.TEXT_MUTED}> <p className={Classes.TEXT_MUTED}>
Set your invoice details to be automatically applied every timeyou Set your company logo and branding colors to be automatically applied to your invoices.
create a new invoice.
</p> </p>
</Stack> </Stack>

View File

@@ -14,10 +14,10 @@ export function InvoiceCustomizeContentFields() {
style={{ padding: 20, paddingBottom: 40, flex: '1 1 auto' }} style={{ padding: 20, paddingBottom: 40, flex: '1 1 auto' }}
> >
<Stack spacing={10}> <Stack spacing={10}>
<h3>General Branding</h3> <h3 style={{ fontWeight: 600 }}>Invoice Content</h3>
<p className={Classes.TEXT_MUTED}> <p className={Classes.TEXT_MUTED}>
Set your invoice details to be automatically applied every timeyou Customize your invoice by editing the items label or hiding some items
create a new invoice. to match your needs.
</p> </p>
</Stack> </Stack>

View File

@@ -14,10 +14,10 @@ export function PaymentReceivedCustomizeContentFields() {
style={{ padding: 20, paddingBottom: 40, flex: '1 1 auto' }} style={{ padding: 20, paddingBottom: 40, flex: '1 1 auto' }}
> >
<Stack spacing={10}> <Stack spacing={10}>
<h3>General Branding</h3> <h3 style={{ fontWeight: 500 }}>Payment Content</h3>
<p className={Classes.TEXT_MUTED}> <p className={Classes.TEXT_MUTED}>
Set your invoice details to be automatically applied every timeyou Customize your payment receipt by editing the items label or hiding
create a new invoice. some items to match your needs.
</p> </p>
</Stack> </Stack>

View File

@@ -18,10 +18,13 @@ export function PaymentReceivedCustomizeGeneralField() {
return ( return (
<Stack style={{ padding: 20, flex: '1 1 auto' }}> <Stack style={{ padding: 20, flex: '1 1 auto' }}>
<Stack spacing={0}> <Stack spacing={0}>
<h2 style={{ fontSize: 16, marginBottom: 10 }}>General Branding</h2> <h2 style={{ fontSize: 16, marginBottom: 10, fontWeight: 600 }}>
General Branding
</h2>
<p className={Classes.TEXT_MUTED}> <p className={Classes.TEXT_MUTED}>
Set your invoice details to be automatically applied every timeyou Set your company logo and branding colors to be automatically applied
create a new invoice. to your payment receipts.
</p> </p>
</Stack> </Stack>

View File

@@ -14,10 +14,10 @@ export function ReceiptCustomizeFieldsContent() {
style={{ padding: 20, paddingBottom: 40, flex: '1 1 auto' }} style={{ padding: 20, paddingBottom: 40, flex: '1 1 auto' }}
> >
<Stack spacing={10}> <Stack spacing={10}>
<h3>General Branding</h3> <h3 style={{ fontWeight: 600 }}>Receipt Content</h3>
<p className={Classes.TEXT_MUTED}> <p className={Classes.TEXT_MUTED}>
Set your invoice details to be automatically applied every timeyou Customize your receipt by editing the items label or hiding some items
create a new invoice. to match your needs.
</p> </p>
</Stack> </Stack>

View File

@@ -18,10 +18,12 @@ export function ReceiptCustomizeGeneralField() {
return ( return (
<Stack style={{ padding: 20, flex: '1 1 auto' }}> <Stack style={{ padding: 20, flex: '1 1 auto' }}>
<Stack spacing={0}> <Stack spacing={0}>
<h2 style={{ fontSize: 16, marginBottom: 10 }}>General Branding</h2> <h2 style={{ fontSize: 16, marginBottom: 10, fontWeight: 600 }}>
General Branding
</h2>
<p className={Classes.TEXT_MUTED}> <p className={Classes.TEXT_MUTED}>
Set your invoice details to be automatically applied every timeyou Set your company logo and branding colors to be automatically applied
create a new invoice. to your receipts.
</p> </p>
</Stack> </Stack>