From 8abdcb7d6f961bec867ab7e5b8ad3735ce9f9d34 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Mon, 15 Jan 2024 09:19:53 -0500 Subject: [PATCH] Fix donation modal with dark mode (Closes #46) --- src/components/donation-button.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/donation-button.tsx b/src/components/donation-button.tsx index 34fcfb1..5518ce8 100644 --- a/src/components/donation-button.tsx +++ b/src/components/donation-button.tsx @@ -39,7 +39,7 @@ function DonationDrawer({ donationUrl }: Props) { return ( - @@ -64,7 +64,7 @@ function DonationDialog({ donationUrl }: Props) { return ( - @@ -84,7 +84,7 @@ function DonationDialog({ donationUrl }: Props) { function DonationForm({ donationUrl }: Props) { return ( <> -
+

Spliit is offered for free, but costs money and energy. If you like the app, you can choose to support it by buying me (Sebastien) a @@ -112,7 +112,7 @@ function DonationForm({ donationUrl }: Props) {

-