Skip to content

Commit

Permalink
feat(FormField): update margin-bottom to use spacing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JoannaSikora committed Jan 23, 2025
1 parent c841cd9 commit 2719638
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
flex-direction: row;
align-items: center;
justify-content: flex-start;
margin-bottom: 4px;
margin-bottom: var(--spacing-1);

label {
margin-bottom: 0;
Expand Down

0 comments on commit 2719638

Please sign in to comment.