mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
fix: branding customize content
This commit is contained in:
@@ -24,10 +24,11 @@ export function InvoiceCustomizeGeneralField() {
|
||||
return (
|
||||
<Stack style={{ padding: 20, flex: '1 1 auto' }}>
|
||||
<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}>
|
||||
Set your invoice details to be automatically applied every timeyou
|
||||
create a new invoice.
|
||||
Set your company logo and branding colors to be automatically applied to your invoices.
|
||||
</p>
|
||||
</Stack>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user