Skip to content

Commit

Permalink
Merge pull request #1126 from primer/label-yellow
Browse files Browse the repository at this point in the history
Increase border contrast for Label--yellow
  • Loading branch information
simurai authored Aug 3, 2020
2 parents 6327af4 + 158386c commit ca25868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/labels/labels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
// stylelint-disable-next-line primer/colors
color: $yellow-900;
// stylelint-disable-next-line primer/borders
border-color: $yellow-600;
border-color: $yellow-800;
}

.Label--orange {
Expand Down

0 comments on commit ca25868

Please sign in to comment.