Skip to content

Commit

Permalink
Merge pull request #716 from GSA/radio-width
Browse files Browse the repository at this point in the history
Radio button shadow width
  • Loading branch information
yerramshilpa authored Nov 25, 2024
2 parents c60dcff + 06739d7 commit 0d16e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sam-styles/packages/branding/elements/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
.usa-checkbox__label::before,
.usa-radio__label::before {
margin-right: 0.5rem;
box-shadow: 0 0 0 2px color("ink");
box-shadow: 0 0 0 1px color("ink");
}

.usa-checkbox__label-description,
Expand Down

0 comments on commit 0d16e68

Please sign in to comment.