Skip to content

Commit 302b6c8

Browse files
committed
fix small differences
1 parent 0ca0e71 commit 302b6c8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

apps/demo/emails/magic-links/linear-login-code.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,29 @@ export const LinearLoginCodeEmail = ({
3737
width="42"
3838
height="42"
3939
alt="Linear"
40-
className="rounded-3xl w-10.5 h-10.5"
40+
className="rounded-3xl w-[42px] h-[42px]"
4141
/>
42-
<Heading className="text-2xl tracking-tight leading-[1.3] font-normal text-[#484848] pt-4 px-0 pb-0">
42+
<Heading className="text-[24px] tracking-[-0.5px] leading-[1.3] font-normal text-[#484848] pt-[17px] px-0 pb-0">
4343
Your login code for Linear
4444
</Heading>
45-
<Section className="py-7 px-0">
45+
<Section className="py-[27px] px-0">
4646
<Button
47-
className="bg-[#5e6ad2] rounded font-semibold text-white text-[15px] no-underline text-center block py-[11px] px-6"
47+
className="bg-[#5e6ad2] rounded font-semibold text-white text-[15px] no-underline text-center block py-[11px] px-[23px]"
4848
href="https://linear.app"
4949
>
5050
Login to Linear
5151
</Button>
5252
</Section>
53-
<Text className="mb-4 mx-0 mt-0 leading-[1.4] text-[14px] text-[#3c4149]">
53+
<Text className="mb-[15px] mx-0 mt-0 leading-[1.4] text-[15px] text-[#3c4149]">
5454
This link and code will only be valid for the next 5 minutes. If the
5555
link does not work, you can use the login verification code
5656
directly:
5757
</Text>
58-
<code className="font-mono font-bold px-1 py-px bg-[#dfe1e4] text-[#3c4149] text-xl tracking-tight rounded">
58+
<code className="font-mono font-bold px-1 py-px bg-[#dfe1e4] text-[#3c4149] text-[21px] tracking-[-0.3px] rounded">
5959
{validationCode}
6060
</code>
61-
<Hr className="border-[#dfe1e4] mt-10.5 mb-6.5" />
62-
<Link href="https://linear.app" className="text-[#b4becc] text-sm">
61+
<Hr className="border-[#dfe1e4] mt-[42px] mb-[26px]" />
62+
<Link href="https://linear.app" className="text-[#b4becc] text-[14px]">
6363
Linear
6464
</Link>
6565
</Container>

0 commit comments

Comments
 (0)