mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
Dedup
This commit is contained in:
parent
2cede3a46f
commit
bc3488cb9c
@ -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>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user