From d87ddef1351fb87bb0d4a953edd2df3ac3bf57d0 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Thu, 1 Sep 2022 13:18:02 +0200 Subject: [PATCH] fixes dark mode for success (#4081) --- apps/web/pages/success.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/web/pages/success.tsx b/apps/web/pages/success.tsx index 070224ac9d..a03c6a802d 100644 --- a/apps/web/pages/success.tsx +++ b/apps/web/pages/success.tsx @@ -261,11 +261,11 @@ export default function Success(props: SuccessProps) { const locationToDisplay = getSuccessPageLocationMessage(location, t); return ( -
+
{userIsOwner && !isEmbed && (
- + {t("back_to_bookings")} @@ -289,7 +289,7 @@ export default function Success(props: SuccessProps) {

{getTitle()}

-
+
{t("what")}
{eventName}
{t("when")}
@@ -411,7 +411,7 @@ export default function Success(props: SuccessProps) { {!needsConfirmation && !isCancelled && (!isCancellationMode ? ( -
+
{t("need_to_make_a_change")} @@ -444,7 +444,7 @@ export default function Success(props: SuccessProps) { /> ))} {userIsOwner && !needsConfirmation && !isCancellationMode && !isCancelled && ( -
+
{t("add_to_calendar")} @@ -547,7 +547,7 @@ export default function Success(props: SuccessProps) {
)} {session === null && !(userIsOwner || props.hideBranding) && ( -