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