We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd964a4 commit b6a2a66Copy full SHA for b6a2a66
internal-packages/emails/emails/magic-link.tsx
@@ -40,13 +40,13 @@ export default function Email({ magicLink }: { magicLink: string }) {
40
</Button>
41
</Section>
42
<Section className="mb-6">
43
- <Text className="text-[16px] text-[#878C99] inline">
+ <Text className="text-[14px] text-[#878C99]">
44
Can't see the button? Copy and paste this link into your browser:{" "}
45
</Text>
46
<Link
47
href={magicLink}
48
target="_blank"
49
- className="text-[#6366F1] text-[16px] block no-underline mt-1"
+ className="text-[#6366F1] text-[14px] no-underline"
50
>
51
{magicLink}
52
</Link>
0 commit comments