From e2059a67bdb39459debc1e235874fef104ed67c5 Mon Sep 17 00:00:00 2001 From: Mariano Fuentes Date: Thu, 14 Aug 2025 10:15:19 -0400 Subject: [PATCH] feat: add Font components to email templates for improved typography - Introduced Font components in InviteEmail and MagicLinkEmail templates to enhance text styling with the Geist font family, ensuring a consistent and polished appearance across emails. --- packages/email/emails/invite.tsx | 16 ++++++++++++++++ packages/email/emails/magic-link.tsx | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/packages/email/emails/invite.tsx b/packages/email/emails/invite.tsx index 8443c9575..735f91805 100644 --- a/packages/email/emails/invite.tsx +++ b/packages/email/emails/invite.tsx @@ -2,6 +2,7 @@ import { Body, Button, Container, + Font, Heading, Html, Link, @@ -23,6 +24,21 @@ export const InviteEmail = ({ email, organizationName, inviteLink }: Props) => { return ( + + + + + You've been invited to join Comp AI diff --git a/packages/email/emails/magic-link.tsx b/packages/email/emails/magic-link.tsx index d77403b4b..da6daa0be 100644 --- a/packages/email/emails/magic-link.tsx +++ b/packages/email/emails/magic-link.tsx @@ -2,6 +2,7 @@ import { Body, Button, Container, + Font, Heading, Html, Link, @@ -23,6 +24,21 @@ export const MagicLinkEmail = ({ email, url, inviteCode }: Props) => { return ( + + + + + Login Link for Comp AI