Skip to content

Commit

Permalink
radio and checkbox desc spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Jun 19, 2024
1 parent 4ae9a3a commit 28e1a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/css/checkbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}

.ds-checkbox__description {
margin-top: calc(var(--ds-spacing-3) * -1);
margin-top: calc(var(--ds-spacing-2) * -1);
color: var(--ds-color-neutral-text-subtle);
grid-column: 2;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/css/radio.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}

.ds-radio__description {
margin-top: calc(var(--ds-spacing-3) * -1);
margin-top: calc(var(--ds-spacing-2) * -1);
color: var(--ds-color-neutral-text-subtle);
grid-column: 2;
}
Expand Down

0 comments on commit 28e1a59

Please sign in to comment.