diff --git a/src/components/DonateButton.tsx b/src/components/DonateButton.tsx index c027fcf27..d042dc04d 100644 --- a/src/components/DonateButton.tsx +++ b/src/components/DonateButton.tsx @@ -20,12 +20,16 @@ import { Button } from "@webpack/common"; import { Heart } from "./Heart"; -export default function DonateButton(props: any) { +export default function DonateButton({ + look = Button.Looks.LINK, + color = Button.Colors.TRANSPARENT, + ...props +}) { return (