@@ -35,15 +35,15 @@ export const InviteUserEmail = ({
3535 < Tailwind >
3636 < Body className = "mx-auto my-auto bg-white px-2 font-sans" >
3737 < Preview > { previewText } </ Preview >
38- < Container className = "mx-auto my-[40px] max-w-[465px] rounded border border-[#eaeaea] border-solid p-[20px]" >
39- < Heading className = "mx-0 my-[30px] p-0 text-center font-normal text-[24px] text-black" >
38+ < Container className = "mx-auto my-[40px] max-w-[465px] rounded border border-solid border- [#eaeaea] p-[20px]" >
39+ < Heading className = "mx-0 my-[30px] p-0 text-center text-[24px] font-normal text-black" >
4040 { headingText }
4141 </ Heading >
42- < Text className = "text-[14px] text-black leading-[24px]" > Hello,</ Text >
43- < Text className = "text-[14px] text-black leading-[24px]" >
42+ < Text className = "text-[14px] leading-[24px] text-black " > Hello,</ Text >
43+ < Text className = "text-[14px] leading-[24px] text-black " >
4444 < Link
4545 href = { `mailto:${ invitedByEmail } ` }
46- className = "text-blue-600 no-underline mr-1 "
46+ className = "mr-1 text-blue-600 no-underline"
4747 >
4848 < strong > { invitedByName ?? invitedByEmail } </ strong >
4949 </ Link >
@@ -53,20 +53,20 @@ export const InviteUserEmail = ({
5353 </ Text >
5454 < Section className = "mt-[32px] mb-[32px] text-center" >
5555 < Button
56- className = "rounded bg-[#000000] px-5 py-3 text-center font-semibold text-[12px] text-white no-underline"
56+ className = "rounded bg-[#000000] px-5 py-3 text-center text-[12px] font-semibold text-white no-underline"
5757 href = { inviteLink }
5858 >
5959 Join the project
6060 </ Button >
6161 </ Section >
62- < Text className = "text-[14px] text-black leading-[24px]" >
62+ < Text className = "text-[14px] leading-[24px] text-black " >
6363 or copy and paste this URL into your browser:{ ' ' }
6464 < Link href = { inviteLink } className = "text-blue-600 no-underline" >
6565 { inviteLink }
6666 </ Link >
6767 </ Text >
68- < Hr className = "mx-0 my-[26px] w-full border border-[#eaeaea] border-solid " />
69- < Text className = "text-[#666666] text-[12px] leading-[24px ]" >
68+ < Hr className = "mx-0 my-[26px] w-full border border-solid border- [#eaeaea]" />
69+ < Text className = "text-[12px] leading-[24px] text-[#666666 ]" >
7070 This invitation was intended for{ ' ' }
7171 < span className = "text-black" > { inviteeEmail } </ span > . If you were not
7272 expecting this invitation, you can ignore this email. If you are
0 commit comments