Skip to content

Commit

Permalink
feat: use beige background in verification email
Browse files Browse the repository at this point in the history
  • Loading branch information
limwa committed Jan 22, 2025
1 parent 3d14167 commit e02f304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const EmailVerification = ({ logoUrl, email, verificationLink }: EmailVerificati
Este e-mail foi enviado automaticamente para: <span className='underline'>{email}</span>.
<br />
Se não criaste uma conta em{' '}
<Link href="https://eneiconf.pt">eneiconf.pt</Link>, podes ignorar este
<Link href="https://eneiconf.pt" className='text-inherit underline'>eneiconf.pt</Link>, podes ignorar este
e-mail.
</Text>
</Section>
Expand Down
2 changes: 1 addition & 1 deletion website/resources/emails/common/layouts/base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const BaseLayout = ({
}) => {
return (
<Tailwind>
<Html className={cn("mt-[16px] font-sans", className)}>{children}</Html>
<Html className={cn("mt-[16px] font-sans bg-secondary", className)}>{children}</Html>
</Tailwind>
)
}

0 comments on commit e02f304

Please sign in to comment.