@@ -26,31 +26,29 @@ export const NotionMagicLinkEmail = ({
26
26
< Html >
27
27
< Head />
28
28
< Tailwind config = { tailwindConfig } >
29
- < Body className = "bg-white" >
29
+ < Body className = "bg-white font-notion " >
30
30
< Preview > Log in with this magic link</ Preview >
31
31
< Container className = "px-3 mx-auto" >
32
- < Heading className = "text-[#333] font-sans text-2xl my-10 mx-0 p-0" >
32
+ < Heading className = "text-[#333] text-2xl my-10 mx-0 p-0" >
33
33
Login
34
34
</ Heading >
35
35
< Link
36
36
href = "https://notion.so"
37
37
target = "_blank"
38
- className = "text-[#2754C5] font-sans text-sm underline mb-4 block"
38
+ className = "text-[#2754C5] text-sm underline mb-4 block"
39
39
>
40
40
Click here to log in with this magic link
41
41
</ Link >
42
- < Text className = "text-[#333] font-sans text-sm my-6 mb-3.5" >
42
+ < Text className = "text-[#333] text-sm my-6 mb-3.5" >
43
43
Or, copy and paste this temporary login code:
44
44
</ Text >
45
- < code className = "inline-block py-4 px-[4.5%] w-9/10" >
45
+ < code className = "inline-block py-4 px-[4.5%] w-9/10 bg-[#f4f4f4] rounded-md border border-solid border-[#eee] text-[#333] " >
46
46
{ loginCode }
47
47
</ code >
48
- < Text className = "text-[#ababab] font-sans text-sm mt-3.5 mb-4" >
48
+ < Text className = "text-[#ababab] text-sm mt-3.5 mb-4" >
49
49
If you didn't try to login, you can safely ignore this email.
50
50
</ Text >
51
- < Text
52
- className = "text-[#ababab] font-sans text-sm mt-3.5 mb-9.5"
53
- >
51
+ < Text className = "text-[#ababab] text-sm mt-3.5 mb-9.5" >
54
52
Hint: You can set a permanent password in Settings & members → My
55
53
account .
56
54
</ Text >
@@ -60,11 +58,11 @@ export const NotionMagicLinkEmail = ({
60
58
height = "32"
61
59
alt = "Notion's Logo"
62
60
/>
63
- < Text className = "text-[#898989] font-sans text-xs mt-3 mb-6" >
61
+ < Text className = "text-[#898989] text-xs mt-3 mb-6" >
64
62
< Link
65
63
href = "https://notion.so"
66
64
target = "_blank"
67
- className = "text-[#898989] font-sans text-sm underline"
65
+ className = "text-[#898989] text-sm underline"
68
66
>
69
67
Notion.so
70
68
</ Link >
@@ -83,4 +81,3 @@ NotionMagicLinkEmail.PreviewProps = {
83
81
} as NotionMagicLinkEmailProps ;
84
82
85
83
export default NotionMagicLinkEmail ;
86
-
0 commit comments