We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ee36f commit ae609beCopy full SHA for ae609be
2 files changed
packages/console/mail/emails/styles.ts
@@ -54,7 +54,7 @@ export const buttonText = {
54
padding: 0,
55
display: "inline-flex",
56
alignItems: "center",
57
- gap: "8px",
+ gap: "12px",
58
}
59
60
export const linkText = {
packages/console/mail/emails/templates/InviteEmail.tsx
@@ -61,7 +61,7 @@ export const InviteEmail = ({
61
<Button style={button} href={url}>
62
<Text style={buttonText}>
63
Join workspace
64
- <Img width="24" height="24" src={`${assetsUrl}/arrow-right.png`} alt="Arrow right" />
+ <Img width="24" height="24" src={`${assetsUrl}/right-arrow.png`} alt="Arrow right" />
65
</Text>
66
</Button>
67
</Section>
0 commit comments