chore: [CAL-2654] Broken Icons in org invitation email (#12119)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>main
parent
f80dc0738a
commit
9d1ef0a649
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue