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 ( 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>