@@ -51,24 +51,24 @@ export const VercelInviteUserEmail = ({
51
51
< Head />
52
52
< Preview > { previewText } </ Preview >
53
53
< Tailwind >
54
- < Body className = "bg-white my-auto mx-auto font-sans px-2" >
55
- < Container className = "border border-solid border-[#eaeaea ] rounded my-[40px] mx-auto p-[20px] max-w-[465px ]" >
54
+ < Body className = "mx-auto my-auto bg-white px-2 font-sans " >
55
+ < Container className = "mx-auto my-[40px] max-w-[465px ] rounded border border-[#eaeaea] border-solid p-[20px]" >
56
56
< Section className = "mt-[32px]" >
57
57
< Img
58
58
src = { `${ baseUrl } /static/vercel-logo.png` }
59
59
width = "40"
60
60
height = "37"
61
61
alt = "Vercel"
62
- className = "my-0 mx-auto"
62
+ className = "mx-auto my-0 "
63
63
/>
64
64
</ Section >
65
- < Heading className = "text-black text-[24px] font-normal text-center p-0 my-[30px] mx-0 " >
65
+ < Heading className = "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black " >
66
66
Join < strong > { teamName } </ strong > on < strong > Vercel</ strong >
67
67
</ Heading >
68
- < Text className = "text-black text- [14px] leading-[24px]" >
68
+ < Text className = "text-[14px] text-black leading-[24px]" >
69
69
Hello { username } ,
70
70
</ Text >
71
- < Text className = "text-black text- [14px] leading-[24px]" >
71
+ < Text className = "text-[14px] text-black leading-[24px]" >
72
72
< strong > { invitedByUsername } </ strong > (
73
73
< Link
74
74
href = { `mailto:${ invitedByEmail } ` }
@@ -107,21 +107,21 @@ export const VercelInviteUserEmail = ({
107
107
</ Column >
108
108
</ Row >
109
109
</ Section >
110
- < Section className = "text-center mt-[32px] mb-[32px]" >
110
+ < Section className = "mt-[32px] mb-[32px] text-center " >
111
111
< Button
112
- className = "bg-[#000000] rounded text-white text-[12px] font-semibold no-underline text-center px-5 py-3 "
112
+ className = "rounded bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline "
113
113
href = { inviteLink }
114
114
>
115
115
Join the team
116
116
</ Button >
117
117
</ Section >
118
- < Text className = "text-black text- [14px] leading-[24px]" >
118
+ < Text className = "text-[14px] text-black leading-[24px]" >
119
119
or copy and paste this URL into your browser:{ ' ' }
120
120
< Link href = { inviteLink } className = "text-blue-600 no-underline" >
121
121
{ inviteLink }
122
122
</ Link >
123
123
</ Text >
124
- < Hr className = "border border-solid border-[#eaeaea] my-[26px] mx-0 w-full" />
124
+ < Hr className = "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid " />
125
125
< Text className = "text-[#666666] text-[12px] leading-[24px]" >
126
126
This invitation was intended for{ ' ' }
127
127
< span className = "text-black" > { username } </ span > . This invite was
0 commit comments