Skip to content

Commit

Permalink
fix(Flex): swap margin auto tokens (#7722)
Browse files Browse the repository at this point in the history
* fix(Flex): swap margin auto tokens

* CHORE: Update screenshots

---------

Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
BlackySoul and actions-user authored Oct 8, 2024
1 parent 71e80cd commit a82b967
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/vkui/src/components/Flex/Flex.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
--vkui_internal--flex_original_margin_inline: var(--vkui--size_base_padding_horizontal--regular);
--vkui_internal--flex_original_margin_block: var(--vkui--size_base_padding_vertical--regular);

margin-block: var(--vkui--size_base_padding_horizontal--regular);
margin-inline: var(--vkui--size_base_padding_vertical--regular);
margin-inline: var(--vkui--size_base_padding_horizontal--regular);
margin-block: var(--vkui--size_base_padding_vertical--regular);
}

.withGaps {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a82b967

Please sign in to comment.