Skip to content

Commit 2c12241

Browse files
committed
fix pixel differences
1 parent 3f24cc5 commit 2c12241

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

apps/demo/emails/notifications/github-access-token.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,24 @@ export const GithubAccessTokenEmail = ({
3131
<Preview>
3232
A fine-grained personal access token has been added to your account
3333
</Preview>
34-
<Container className="max-w-lg mx-auto py-5 pb-12">
34+
<Container className="max-w-[480px] mx-auto my-0 pt-5 pb-12 px-0">
3535
<Img
3636
src={`${baseUrl}/static/github.png`}
3737
width="32"
3838
height="32"
3939
alt="Github"
4040
/>
41-
42-
<Text className="text-2xl leading-tight">
41+
42+
<Text className="text-[24px] leading-[1.25]">
4343
<strong>@{username}</strong>, a personal access was created on your
4444
account.
4545
</Text>
4646

47-
<Section className="p-6 border border-solid border-[#dedede] rounded text-center">
48-
<Text className="mb-3 text-left">
47+
<Section className="p-6 text-sm leading-[24px] border border-solid border-[#dedede] rounded text-center">
48+
<Text className="mb-[10px] mt-0 text-left">
4949
Hey <strong>{username}</strong>!
5050
</Text>
51-
<Text className="mb-3 text-left">
51+
<Text className="mb-[10px] mt-0 text-left">
5252
A fine-grained personal access token (<Link>resend</Link>) was
5353
recently added to your account.
5454
</Text>
@@ -64,7 +64,7 @@ export const GithubAccessTokenEmail = ({
6464
<Link className="text-[#0366d6] text-xs">Contact support</Link>
6565
</Text>
6666

67-
<Text className="text-[#6a737d] text-xs text-center mt-16">
67+
<Text className="text-[#6a737d] text-xs leading-[24px] text-center mt-[60px] mb-4">
6868
GitHub, Inc. ・88 Colin P Kelly Jr Street ・San Francisco, CA 94107
6969
</Text>
7070
</Container>

0 commit comments

Comments
 (0)