mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: email templates
This commit is contained in:
@@ -50,7 +50,7 @@ export const EstimatePaymentEmail: React.FC<
|
||||
preview,
|
||||
|
||||
// # Company
|
||||
companyName,
|
||||
companyName = 'Bigcapital, Inc.',
|
||||
companyLogoUri,
|
||||
|
||||
// # Colors
|
||||
@@ -153,11 +153,13 @@ const estimateAmountStyle: CSSProperties = {
|
||||
color: '#383E47',
|
||||
fontWeight: 500,
|
||||
};
|
||||
|
||||
const estimateNumberStyle: CSSProperties = {
|
||||
margin: 0,
|
||||
fontSize: '13px',
|
||||
color: '#404854',
|
||||
};
|
||||
|
||||
const estimateExpirationStyle: CSSProperties = {
|
||||
margin: 0,
|
||||
fontSize: '13px',
|
||||
@@ -194,7 +196,6 @@ const listItemAmountStyle: CSSProperties = {
|
||||
|
||||
const estimateMessageStyle: CSSProperties = {
|
||||
whiteSpace: 'pre-line',
|
||||
color: '#252A31',
|
||||
margin: '0 0 20px 0',
|
||||
lineHeight: '20px',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user