Skip to content

Commit

Permalink
fix: update grid-gutter-width to 64px to result in 32px left and righ…
Browse files Browse the repository at this point in the history
…t padding
  • Loading branch information
adamstankiewicz committed Jul 16, 2023
1 parent 66f54b3 commit a29316d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion paragon/css/core/custom-media-breakpoints.css
@@ -1,6 +1,6 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Sun, 04 Jun 2023 20:23:54 GMT
* Generated on Sun, 16 Jul 2023 13:40:14 GMT
*/

4 changes: 2 additions & 2 deletions paragon/css/core/variables.css
@@ -1,7 +1,7 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Thu, 15 Jun 2023 15:32:46 GMT
* Generated on Sun, 16 Jul 2023 13:40:14 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: 32px;
--pgn-spacing-grid-gutter-width: 64px;
--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 paragon/css/themes/light/variables.css
@@ -1,7 +1,7 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Sun, 04 Jun 2023 20:23:54 GMT
* Generated on Sun, 16 Jul 2023 13:40:14 GMT
*/

:root {
Expand Down
2 changes: 1 addition & 1 deletion tokens/src/core/global/spacing.json
@@ -1,7 +1,7 @@
{
"spacing": {
"grid": {
"gutter-width": { "value": "32px" }
"gutter-width": { "value": "64px" }
}
}
}

0 comments on commit a29316d

Please sign in to comment.