mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-16 17:41:50 +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}
|
{...props}
|
||||||
className={props.className}
|
className={props.className}
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: "#4F46E5",
|
backgroundColor: "#005437",
|
||||||
borderRadius: "4px",
|
borderRadius: "4px",
|
||||||
padding: "12px 14px",
|
padding: "12px 14px",
|
||||||
fontFamily,
|
fontFamily,
|
||||||
|
@ -57,7 +57,7 @@ export const Link = (props: LinkProps) => {
|
||||||
return (
|
return (
|
||||||
<UnstyledLink
|
<UnstyledLink
|
||||||
{...props}
|
{...props}
|
||||||
style={{ color: "#4F46E5", fontFamily, ...props.style }}
|
style={{ color: "#005437", fontFamily, ...props.style }}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue