Skip to content

Commit

Permalink
docs(ModalRoot): ButtonGroup gap (#7348)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul authored Aug 9, 2024
1 parent 58e02bf commit 46d6950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vkui/src/components/ModalRoot/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ const App = () => {
actions={
<React.Fragment>
<Spacing size={16} />
<ButtonGroup gap="s" stretched>
<ButtonGroup gap="m" stretched>
<Button
key="deny"
size="l"
Expand Down Expand Up @@ -485,7 +485,7 @@ const App = () => {
actions={
<React.Fragment>
<Spacing size={8} />
<ButtonGroup gap="l" mode="vertical" stretched>
<ButtonGroup gap="m" mode="vertical" stretched>
<Button
key="join"
size="l"
Expand Down

0 comments on commit 46d6950

Please sign in to comment.