fix(templates): remove unused bg color

This commit is contained in:
Julien Oculi 2024-04-02 17:23:20 +02:00
parent bcc4b8ef01
commit c5a1be21ca

View file

@ -7,7 +7,7 @@ function Message(
return (
<Html lang='fr'>
<Preview>{summary}</Preview>
<Body style={{ backgroundColor: '#61dafb' }}>
<Body>
<Markdown>{body}</Markdown>
<Section>
<Text>Coh@bit</Text>