From ed013d5d58e837e3865ca0ef2c2aa6c2cb3e129d Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Sat, 4 Oct 2025 00:04:11 -0700 Subject: [PATCH] Fixed spacing issue in confirmation form. --- src/components/common/ConfirmationForm.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/ConfirmationForm.tsx b/src/components/common/ConfirmationForm.tsx index a93dcc7f..ce82b54f 100644 --- a/src/components/common/ConfirmationForm.tsx +++ b/src/components/common/ConfirmationForm.tsx @@ -1,5 +1,5 @@ import { ReactNode } from 'react'; -import { Row, Button, FormSubmitButton, Form, FormButtons } from '@umami/react-zen'; +import { Box, Button, FormSubmitButton, Form, FormButtons } from '@umami/react-zen'; import { useMessages } from '@/components/hooks'; export interface ConfirmationFormProps { @@ -25,7 +25,7 @@ export function ConfirmationForm({ return (
- {message} + {message}