Skip to content

Commit

Permalink
fix: fixed gutter-with value
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Dec 11, 2023
1 parent 7eeb7a7 commit b5e2247
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions paragon/css/core/variables.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Sun, 23 Jul 2023 16:09:04 GMT
* Generated on Mon, 11 Dec 2023 11:05:39 GMT
*/

:root {
Expand All @@ -19,7 +19,7 @@
--pgn-typography-btn-font-weight: 500;
--pgn-typography-badge-font-weight: 400;
--pgn-typography-badge-font-size: 0.75rem;
--pgn-spacing-grid-gutter-width: 64px;
--pgn-spacing-grid-gutter-width: 32px;
--pgn-spacing-dropdown-padding-y-item: .625rem;
--pgn-spacing-dropdown-padding-y-base: .5rem;
--pgn-spacing-card-spacer-y: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion tokens/src/core/global/spacing.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spacing": {
"grid": {
"gutter-width": { "value": "64px" }
"gutter-width": { "value": "32px" }
}
}
}

0 comments on commit b5e2247

Please sign in to comment.