@@ -38,8 +38,8 @@ export const TwitchResetPasswordEmail = ({
3838 < Tailwind config = { tailwindConfig } >
3939 < Body className = "bg-[#efeef1] font-twitch" >
4040 < Preview > You updated the password for your Twitch account</ Preview >
41- < Container className = "max-w-[580px] my-8 mx-auto bg-white" >
42- < Section className = "p-8 " >
41+ < Container className = "max-w-[580px] my-[30px] mx-auto bg-white" >
42+ < Section className = "p-[30px] " >
4343 < Img
4444 width = { 114 }
4545 src = { `${ baseUrl } /static/twitch-logo.png` }
@@ -49,40 +49,40 @@ export const TwitchResetPasswordEmail = ({
4949 </ Section >
5050 < Section className = "w-full" >
5151 < Row >
52- < Column className = "border-b border-solid border-[rgb (238,238,238)] w-[249px]" />
53- < Column className = "border-b border-solid border-[rgb (145,71,255)] w-[102px]" />
54- < Column className = "border-b border-solid border-[rgb (238,238,238)] w-[249px]" />
52+ < Column className = "[ border-bottom:1px_solid_rgb (238,238,238)] w-[249px]" />
53+ < Column className = "[ border-bottom:1px_solid_rgb (145,71,255)] w-[102px]" />
54+ < Column className = "[ border-bottom:1px_solid_rgb (238,238,238)] w-[249px]" />
5555 </ Row >
5656 </ Section >
57- < Section className = "py-1.5 px-5 pb-2.5 " >
58- < Text className = "leading-6 text-sm " > Hi { username } ,</ Text >
59- < Text className = "leading-6 text-sm " >
57+ < Section className = "pt-[5px] px-5 pb-[10px] " >
58+ < Text className = "text-[14px] leading-[1.5] " > Hi { username } ,</ Text >
59+ < Text className = "text-[14px] leading-[1.5] " >
6060 You updated the password for your Twitch account on{ ' ' }
6161 { formattedDate } . If this was you, then no further action is
6262 required.
6363 </ Text >
64- < Text className = "leading-6 text-sm " >
64+ < Text className = "text-[14px] leading-[1.5] " >
6565 However if you did NOT perform this password change, please{ ' ' }
6666 < Link href = "https://www.twitch.tv" className = "underline" >
6767 reset your account password
6868 </ Link > { ' ' }
6969 immediately.
7070 </ Text >
71- < Text className = "leading-6 text-sm " >
71+ < Text className = "text-[14px] leading-[1.5] " >
7272 Remember to use a password that is both strong and unique to
7373 your Twitch account. To learn more about how to create a strong
7474 and unique password,{ ' ' }
7575 < Link href = "https://www.twitch.tv" className = "underline" >
7676 click here.
7777 </ Link >
7878 </ Text >
79- < Text className = "leading-6 text-sm " >
79+ < Text className = "text-[14px] leading-[1.5] " >
8080 Still have questions? Please contact{ ' ' }
8181 < Link href = "https://www.twitch.tv" className = "underline" >
8282 Twitch Support
8383 </ Link >
8484 </ Text >
85- < Text className = "leading-6 text-sm " >
85+ < Text className = "text-[14px] leading-[1.5] " >
8686 Thanks,
8787 < br />
8888 Twitch Support Team
0 commit comments