Skip to content

Commit

Permalink
added any
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Nov 1, 2024
1 parent d48a8d1 commit f3aa31c
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions packages/transactional/src/emails/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,23 @@ export const WelcomeEmail = ({ username = 'User' }: WelcomeEmailProps) => {
<Head />
<Preview>Welcome to Altair GraphQL Cloud</Preview>
<Tailwind
config={{
theme: {
extend: {
colors: {
brand: '#64CB29',
offwhite: '#fafbfb',
},
spacing: {
0: '0px',
20: '20px',
45: '45px',
config={
{
theme: {
extend: {
colors: {
brand: '#64CB29',
offwhite: '#fafbfb',
},
spacing: {
0: '0px',
20: '20px',
45: '45px',
},
},
},
},
}}
} as any
}
>
<Body className="bg-offwhite text-base font-sans">
<Img
Expand Down

0 comments on commit f3aa31c

Please sign in to comment.