Skip to content

Commit

Permalink
Merge pull request desktop#19687 from desktop/some-checks-not-complet…
Browse files Browse the repository at this point in the history
…e-contrast

Darken yellow in checks header to achieve 3.1 contrast
  • Loading branch information
tidy-dev authored Dec 11, 2024
2 parents 05235d8 + 0f7661d commit 4409533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/styles/ui/check-runs/_ci-check-run-popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}

.pending {
color: $yellow-700;
color: darken($yellow-700, 10%);
}
}

Expand Down Expand Up @@ -88,7 +88,7 @@
> .waiting,
> .requested,
> .pending {
fill: $yellow-700;
fill: darken($yellow-700, 10%);
}

> .success {
Expand Down

0 comments on commit 4409533

Please sign in to comment.