Skip to content

Commit

Permalink
Merge pull request #401 from ably/readjust-spacing-classes
Browse files Browse the repository at this point in the history
chore: update ui-*-spacing classes to reflect design system
  • Loading branch information
jamiehenson authored Jul 4, 2024
2 parents b9a6f3a + 7bba3fc commit 0a69852
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ably/ui",
"version": "14.1.1",
"version": "14.1.2",
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
"repository": {
"type": "git",
Expand Down
6 changes: 5 additions & 1 deletion src/core/styles.components.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@
}

.ui-section-spacing {
@apply py-80 sm:py-96 md:py-128;
@apply my-80 sm:my-96 md:my-128;
}

.ui-content-spacing {
@apply my-40 sm:my-48 md:my-64;
}

.ui-divider-spacing {
Expand Down

0 comments on commit 0a69852

Please sign in to comment.