Skip to content

Commit

Permalink
Increase contrast of search icon
Browse files Browse the repository at this point in the history
This is no longer being flagged by Wave, but there was still
a low contrast between the search icon and its background.

Using dark-blue gives us a 9.37:1 contrast ratio which is easier
to perceive.
  • Loading branch information
MatMoore committed Sep 26, 2024
1 parent 2807151 commit 5ca2dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/components/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

button {
background-color: #d2e2f1;
color: govuk-colour("blue");
color: govuk-colour("dark-blue");

&:hover {
background-color: lighten(#d2e2f1, 5%);
Expand Down

0 comments on commit 5ca2dd8

Please sign in to comment.