From 4a4e803df3118effc2fb73b3d71766ac565c1e97 Mon Sep 17 00:00:00 2001 From: Marco Beretta <81851188+Berry-13@users.noreply.github.com> Date: Mon, 21 Aug 2023 20:15:18 +0200 Subject: [PATCH] style(Dialog): Improved Close Button ("X") position (#824) --- client/src/components/ui/Dialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/ui/Dialog.tsx b/client/src/components/ui/Dialog.tsx index 57f639a9b4..7f8369014e 100644 --- a/client/src/components/ui/Dialog.tsx +++ b/client/src/components/ui/Dialog.tsx @@ -52,8 +52,8 @@ const DialogContent = React.forwardRef< {...props} > {children} - - + + Close