mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
fix: email button (#19675)
This commit is contained in:
parent
090d87f82e
commit
15da0d5a71
@ -2,9 +2,7 @@ import React from 'react';
|
|||||||
|
|
||||||
import { Button, ButtonProps } from '@react-email/components';
|
import { Button, ButtonProps } from '@react-email/components';
|
||||||
|
|
||||||
interface ImmichButtonProps extends ButtonProps {}
|
export const ImmichButton = ({ children, ...props }: ButtonProps) => (
|
||||||
|
|
||||||
export const ImmichButton = ({ children, ...props }: ImmichButtonProps) => (
|
|
||||||
<Button
|
<Button
|
||||||
{...props}
|
{...props}
|
||||||
className="py-3 px-8 border bg-immich-primary rounded-full no-underline hover:no-underline text-white hover:text-gray-50 font-bold uppercase"
|
className="py-3 px-8 border bg-immich-primary rounded-full no-underline hover:no-underline text-white hover:text-gray-50 font-bold uppercase"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user