Skip to content

Commit

Permalink
Use 6px token --vkui--spacing_size_s for RichCell bottom group
Browse files Browse the repository at this point in the history
  • Loading branch information
mendrew committed Jul 15, 2024
1 parent 6337708 commit 3989c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vkui/src/components/RichCell/RichCell.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
}

.RichCell__bottom {
margin-block-start: 5px;
margin-block-start: var(--vkui--spacing_size_s);
}

.RichCell__actions {
Expand Down

0 comments on commit 3989c6c

Please sign in to comment.