Skip to content

Commit

Permalink
Increase the default space between form elements
Browse files Browse the repository at this point in the history
  • Loading branch information
HDinger committed Sep 13, 2024
1 parent e043069 commit 1b98497
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tricky-foxes-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/view-components': patch
---

Increase space between form elements
2 changes: 1 addition & 1 deletion app/components/primer/alpha/text_field.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
.FormControl-spacingWrapper {
display: flex;
flex-direction: column;
row-gap: 0.5rem;
row-gap: var(--stack-gap-normal);
}

.FormControl-horizontalGroup {
Expand Down

0 comments on commit 1b98497

Please sign in to comment.