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

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
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

View File

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