This commit is contained in:
Manav Rathi 2024-10-10 08:31:50 +05:30
parent 2cede3a46f
commit bc3488cb9c
No known key found for this signature in database

View File

@ -266,13 +266,11 @@ export function DialogBoxV2({
}}
{...rest}
>
<Stack spacing={"36px"} p={"16px"}>
<Stack spacing={"19px"}>
<Typography variant="large" fontWeight={"bold"}>
{title}
</Typography>
{children}
</Stack>
<Stack spacing={"19px"} p={"16px"}>
<Typography variant="large" fontWeight={"bold"}>
{title}
</Typography>
{children}
</Stack>
</Dialog>
);