mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
Merge pull request #18 from verdigado/feature/customize-email-templates
Customize Email Templates
This commit is contained in:
commit
de656e827a
2 changed files with 2 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 5.9 KiB |
|
@ -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,
|
||||
|
@ -57,7 +57,7 @@ export const Link = (props: LinkProps) => {
|
|||
return (
|
||||
<UnstyledLink
|
||||
{...props}
|
||||
style={{ color: "#4F46E5", fontFamily, ...props.style }}
|
||||
style={{ color: "#005437", fontFamily, ...props.style }}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue