From 981fb9c5bee130733b11a2162b3f2926714ecc57 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Sun, 27 Feb 2022 21:03:56 +0000 Subject: [PATCH] fixed dialog button on mobile (#1995) Co-authored-by: Peer Richelsen --- apps/web/components/dialog/ConfirmationDialogContent.tsx | 2 +- apps/web/components/pages/eventtypes/CustomInputTypeForm.tsx | 4 ++-- apps/web/components/team/TeamCreateModal.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/components/dialog/ConfirmationDialogContent.tsx b/apps/web/components/dialog/ConfirmationDialogContent.tsx index e97331ec..cd8087b5 100644 --- a/apps/web/components/dialog/ConfirmationDialogContent.tsx +++ b/apps/web/components/dialog/ConfirmationDialogContent.tsx @@ -60,7 +60,7 @@ export default function ConfirmationDialogContent(props: PropsWithChildren -
+
{confirmBtn || } diff --git a/apps/web/components/pages/eventtypes/CustomInputTypeForm.tsx b/apps/web/components/pages/eventtypes/CustomInputTypeForm.tsx index b366d054..d71917e6 100644 --- a/apps/web/components/pages/eventtypes/CustomInputTypeForm.tsx +++ b/apps/web/components/pages/eventtypes/CustomInputTypeForm.tsx @@ -120,11 +120,11 @@ const CustomInputTypeForm: FC = (props) => { value={selectedCustomInput?.id || -1} {...register("id", { valueAsNumber: true })} /> -
- +
+
); diff --git a/apps/web/components/team/TeamCreateModal.tsx b/apps/web/components/team/TeamCreateModal.tsx index 03bf8873..1fadb069 100644 --- a/apps/web/components/team/TeamCreateModal.tsx +++ b/apps/web/components/team/TeamCreateModal.tsx @@ -76,7 +76,7 @@ export default function TeamCreate(props: Props) { />
{errorMessage && } -
+