fixed border on success (#1310)

This commit is contained in:
Peer Richelsen 2021-12-14 12:29:15 +00:00 committed by GitHub
parent 8bbfc0c7f0
commit 8e447ea4b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ export default function Success(props: inferSSRProps<typeof getServerSideProps>)
</div>
</div>
{!needsConfirmation && (
<div className="flex pt-2 pb-4 mt-5 text-center border-b sm:mt-0 sm:pt-4">
<div className="flex pt-2 pb-4 mt-5 text-center border-b dark:border-gray-900 sm:mt-0 sm:pt-4">
<span className="flex self-center mr-2 font-medium text-gray-700 dark:text-gray-50">
{t("add_to_calendar")}
</span>