Skip to content

Commit

Permalink
chore: Revert fix(fuselage): Change Card vertical-gap to 32px (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti authored Nov 28, 2024
1 parent 5cfac08 commit 8a20712
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-rings-develop.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/fuselage/src/components/Card/Card.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$card-spacing: lengths.margin(8);
$card-vertical-padding: lengths.padding(20);
$card-vertical-gap: lengths.margin(32);
$card-vertical-gap: lengths.margin(24);
$card-horizontal-padding: lengths.padding(12);
$card-horizontal-gap: lengths.padding(16);
$card-horizontal-row-gap: lengths.padding(4);
Expand Down

0 comments on commit 8a20712

Please sign in to comment.