Skip to content

Commit

Permalink
Fixed spacing to use variables
Browse files Browse the repository at this point in the history
Co-authored-by: Ivar Nakken <[email protected]>
  • Loading branch information
Viljen789 and ivarnakken authored Jan 29, 2025
1 parent 0eb0107 commit 2fae432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Reactions/ReactionPickerFooter.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
width: 100%;
height: 60px;
align-items: center;
padding: 5px 15px 0;
padding: var(--spacing-sm) var(--spacing-md) 0;
background-color: var(--lego-card-color);
border-top: 1px solid var(--border-gray);
border-radius: 0 0 var(--border-radius-lg) var(--border-radius-lg);
Expand Down

0 comments on commit 2fae432

Please sign in to comment.