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