Skip to content

Commit

Permalink
Merge pull request #74 from quantum-brackets/sentry-setup
Browse files Browse the repository at this point in the history
updated email template
  • Loading branch information
henzyd authored Nov 13, 2024
2 parents ac69673 + 60e8893 commit ff63605
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/emails/request-otp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function RequestOtpTemplate({ previewText, code }: Props) {
</Row>
</Section>
<Section style={{ ...sectionStyle }}>
<Text style={{ ...textStyle, fontWeight: 600, fontSize: "24px" }} className="text-center">
<Text style={{ ...textStyle, fontWeight: 600, fontSize: "24px", textAlign: "center" }}>
{code}
</Text>
</Section>
Expand Down
4 changes: 2 additions & 2 deletions src/emails/utils.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
export const sectionStyle = {
margin: "20px 0px",
padding: "20px",
padding: "0px",
};

export const textStyle = {
margin: "0",
};

export const columnStyle = {
padding: "0px 20px",
padding: "0px",
};
Empty file removed yarn
Empty file.

0 comments on commit ff63605

Please sign in to comment.