From 4499f279aeb14e4e366f4fd52a3c11611126eaa9 Mon Sep 17 00:00:00 2001 From: Oliver Byford Date: Tue, 23 Apr 2019 16:34:50 +0100 Subject: [PATCH] Update panel to use green background This addresses an issue with low colour contrast between the text (white) and the background (turquoise) whilst simplifying the palette --- src/components/panel/_panel.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/panel/_panel.scss b/src/components/panel/_panel.scss index 7215b527e4..d0267f7fc5 100644 --- a/src/components/panel/_panel.scss +++ b/src/components/panel/_panel.scss @@ -23,7 +23,7 @@ .govuk-panel--confirmation { color: govuk-colour("white"); - background: govuk-colour("turquoise"); + background: govuk-colour("green", $legacy: "turquoise"); } .govuk-panel__title {