Skip to content

Commit

Permalink
fix(fuselage): Change Card vertical-gap to 32px (#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
rique223 authored Nov 26, 2024
1 parent 9e64011 commit 1c8b83e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hungry-rings-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/fuselage': patch
---

fix(fuselage): Change Card vertical-gap to 32px
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(24);
$card-vertical-gap: lengths.margin(32);
$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 1c8b83e

Please sign in to comment.