fixed mismatch of bg color for success page (#1597)

fix/merge-gray-neutral^2
Peer Richelsen 2022-01-24 14:27:56 +00:00 committed by GitHub
parent 8f6f34931b
commit 8de822500c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export default function Success(props: inferSSRProps<typeof getServerSideProps>)
return (
(isReady && (
<div className="h-screen bg-neutral-50 dark:bg-neutral-900" data-testid="success-page">
<div className="h-screen bg-neutral-100 dark:bg-neutral-900" data-testid="success-page">
<HeadSeo
title={needsConfirmation ? t("booking_submitted") : t("booking_confirmed")}
description={needsConfirmation ? t("booking_submitted") : t("booking_confirmed")}