Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update warning label colors
  • Loading branch information
Colin committed Nov 9, 2020
commit f7fe77de8bd5d3dc61cefe665f0d6f1891cceff0
4 changes: 2 additions & 2 deletions src/labels/labels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@

.Label--yellow {
// stylelint-disable-next-line primer/colors
color: $yellow-900;
color: var(--color-label-warning-text);
// stylelint-disable-next-line primer/borders
border-color: $yellow-800;
border-color: var(--color-label-warning-border);
}

.Label--orange {
Expand Down