Skip to content

Commit

Permalink
Update panel to use green background
Browse files Browse the repository at this point in the history
This addresses an issue with low colour contrast between the text (white) and the background (turquoise) whilst simplifying the palette
  • Loading branch information
36degrees committed Apr 24, 2019
1 parent c3d38ec commit a4ae644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/panel/_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

.govuk-panel--confirmation {
color: govuk-colour("white");
background: govuk-colour("turquoise");
background: govuk-colour("green", $legacy: "turquoise");
}

.govuk-panel__title {
Expand Down

0 comments on commit a4ae644

Please sign in to comment.