mirror of
https://github.com/ente-io/ente.git
synced 2025-08-12 17:20:37 +00:00
Dedup
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
Reference in New Issue
Block a user