Skip to content

Commit 277ca3a

Browse files
docs: use Box
Co-authored-by: Inomdzhon Mirdzhamolov <i.mirdzhamolov@vk.team>
1 parent 4bd8192 commit 277ca3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/content/components/popout-wrapper.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ return (
2626
{isOpen && (
2727
<PopoutWrapper onClick={() => setIsOpen(false)}>
2828
<Card>
29-
<Div>
29+
<Box padding="system">
3030
<Title>Всплывающее окно</Title>
3131
<Text>Содержимое всплывающего окна</Text>
32-
</Div>
32+
</Box>
3333
</Card>
3434
</PopoutWrapper>
3535
)}

0 commit comments

Comments
 (0)