Feat - invite user to team flow improvements (#6725)

This commit is contained in:
sean-brydon
2023-01-31 18:16:43 +00:00
committed by GitHub
parent 99e71054ff
commit 208fc2f0e4
14 changed files with 141 additions and 39 deletions
@@ -14,7 +14,7 @@ export const CallToAction = (props: { label: string; href: string; secondary?: b
margin: 0,
textDecoration: "none",
textTransform: "none",
padding: "10px 16px",
padding: "16px 24px",
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
msoPaddingAlt: "0px",
@@ -26,8 +26,8 @@ export const V2BaseEmailHtml = (props: {
return (
<Html>
<EmailHead title={props.subject} />
<body style={{ wordSpacing: "normal", backgroundColor: "#F5F5F5" }}>
<div style={{ backgroundColor: "#F5F5F5" }}>
<body style={{ wordSpacing: "normal", backgroundColor: "#F3F4F6" }}>
<div style={{ backgroundColor: "#F3F4F6" }}>
<RawHtml
html={`<!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->`}
/>