Skip to content

Commit

Permalink
fix: revert change, and set the large gap to the same value as the no…
Browse files Browse the repository at this point in the history
…rmal gap
  • Loading branch information
YourivHDenHaag committed Oct 28, 2024
1 parent 0c906ee commit 4df20b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions components/Action/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
@media (width >= 768px) {
flex-direction: row;
align-items: center;
gap: var(--denhaag-action-lg-gap);
padding-block-start: var(--denhaag-action-lg-padding-block-start);
padding-block-end: var(--denhaag-action-lg-padding-block-end);
}
Expand All @@ -29,6 +30,7 @@
@media (width >= 768px) {
flex-direction: row;
align-items: center;
gap: var(--denhaag-action-details-lg-gap);
}
}

Expand Down Expand Up @@ -109,6 +111,10 @@
flex-direction: row;
justify-content: space-between;
gap: var(--denhaag-action-single-details-gap);

@media (width >= 768px) {
gap: var(--denhaag-action-single-details-lg-gap);
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion proprietary/Components/src/denhaag/action.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
},
"lg": {
"gap": {
"value": "{denhaag.space.inline.sm}"
"value": "{denhaag.space.inline.xs}"
}
}
}
Expand Down

0 comments on commit 4df20b4

Please sign in to comment.