Skip to content

Commit

Permalink
Merge pull request #18 from verdigado/feature/customize-email-templates
Browse files Browse the repository at this point in the history
Customize Email Templates
  • Loading branch information
NikoHadouken authored Sep 2, 2024
2 parents 9522575 + f8b3e89 commit de656e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified apps/web/public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const Button = (props: React.ComponentProps<typeof UnstyledButton>) => {
{...props}
className={props.className}
style={{
backgroundColor: "#4F46E5",
backgroundColor: "#005437",
borderRadius: "4px",
padding: "12px 14px",
fontFamily,
Expand All @@ -57,7 +57,7 @@ export const Link = (props: LinkProps) => {
return (
<UnstyledLink
{...props}
style={{ color: "#4F46E5", fontFamily, ...props.style }}
style={{ color: "#005437", fontFamily, ...props.style }}
/>
);
};
Expand Down

0 comments on commit de656e8

Please sign in to comment.