Skip to content

Commit ae609be

Browse files
author
Frank
committed
wip: zen
1 parent 86ee36f commit ae609be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/console/mail/emails/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const buttonText = {
5454
padding: 0,
5555
display: "inline-flex",
5656
alignItems: "center",
57-
gap: "8px",
57+
gap: "12px",
5858
}
5959

6060
export const linkText = {

packages/console/mail/emails/templates/InviteEmail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const InviteEmail = ({
6161
<Button style={button} href={url}>
6262
<Text style={buttonText}>
6363
Join workspace
64-
<Img width="24" height="24" src={`${assetsUrl}/arrow-right.png`} alt="Arrow right" />
64+
<Img width="24" height="24" src={`${assetsUrl}/right-arrow.png`} alt="Arrow right" />
6565
</Text>
6666
</Button>
6767
</Section>

0 commit comments

Comments
 (0)