From 1bb3927ca34ddb142c3371b7b3f2af9d9298e356 Mon Sep 17 00:00:00 2001 From: Matthew Diamant Date: Mon, 10 Mar 2025 10:34:32 -0700 Subject: [PATCH] Fix Goosehints modal UI (#1581) --- ui/desktop/src/components/GoosehintsModal.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ui/desktop/src/components/GoosehintsModal.tsx b/ui/desktop/src/components/GoosehintsModal.tsx index a5669d4d..f343661d 100644 --- a/ui/desktop/src/components/GoosehintsModal.tsx +++ b/ui/desktop/src/components/GoosehintsModal.tsx @@ -5,8 +5,10 @@ import { Check } from './icons'; const Modal = ({ children }) => (
- -
{children}
+ +
+ {children} +
); @@ -117,16 +119,16 @@ export const GoosehintsModal = ({ directory, setIsGoosehintsModalOpen }: Goosehi -
+
{goosehintsFileReadError ? ( ) : ( -
+