chore: [CAL-2654] Broken Icons in org invitation email (#12119)

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
main
Ritesh Kumar 2023-11-01 01:30:07 +05:30 committed by GitHub
parent f80dc0738a
commit 9d1ef0a649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -161,8 +161,8 @@ const EmailStep = (props: { translationString: string; iconsrc: string }) => {
style={{ style={{
backgroundColor: "#E5E7EB", backgroundColor: "#E5E7EB",
borderRadius: "48px", borderRadius: "48px",
height: "48px", minHeight: "48px",
width: "48px", minWidth: "48px",
display: "flex", display: "flex",
justifyContent: "center", justifyContent: "center",
alignItems: "center", alignItems: "center",