Skip to content

Commit fe81830

Browse files
committed
fix minor differences
1 parent aca371f commit fe81830

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/demo/emails/welcome/koala-welcome.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,26 @@ export const KoalaWelcomeEmail = ({
4040
alt="Koala"
4141
className="mx-auto"
4242
/>
43-
<Text className="text-base leading-7">Hi {userFirstname},</Text>
44-
<Text className="text-base leading-7">
43+
<Text className="text-[16px] leading-[26px]">Hi {userFirstname},</Text>
44+
<Text className="text-[16px] leading-[26px]">
4545
Welcome to Koala, the sales intelligence platform that helps you
4646
uncover qualified leads and close deals faster.
4747
</Text>
4848
<Section className="text-center">
4949
<Button
50-
className="bg-[#5F51E8] rounded text-white text-base no-underline text-center block p-3"
50+
className="bg-[#5F51E8] rounded-[3px] text-white text-[16px] no-underline text-center block p-3"
5151
href="https://getkoala.com"
5252
>
5353
Get started
5454
</Button>
5555
</Section>
56-
<Text className="text-base leading-7">
56+
<Text className="text-[16px] leading-[26px]">
5757
Best,
5858
<br />
5959
The Koala team
6060
</Text>
6161
<Hr className="border-[#cccccc] my-5" />
62-
<Text className="text-[#8898aa] text-xs">
62+
<Text className="text-[#8898aa] text-[12px]">
6363
470 Noor Ave STE B #1148, South San Francisco, CA 94080
6464
</Text>
6565
</Container>

0 commit comments

Comments
 (0)