fix(templates): remove unused bg color
This commit is contained in:
parent
bcc4b8ef01
commit
c5a1be21ca
|
@ -7,7 +7,7 @@ function Message(
|
||||||
return (
|
return (
|
||||||
<Html lang='fr'>
|
<Html lang='fr'>
|
||||||
<Preview>{summary}</Preview>
|
<Preview>{summary}</Preview>
|
||||||
<Body style={{ backgroundColor: '#61dafb' }}>
|
<Body>
|
||||||
<Markdown>{body}</Markdown>
|
<Markdown>{body}</Markdown>
|
||||||
<Section>
|
<Section>
|
||||||
<Text>Coh@bit</Text>
|
<Text>Coh@bit</Text>
|
||||||
|
|
Loading…
Reference in a new issue