From 3c64cd16d572194371797e7595a84609c21243b9 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 19 Jan 2021 16:36:35 +0000 Subject: [PATCH] Add success colour Expose the `$govuk-success-colour` variable to be used for success messages [1][2] [1] https://design-system.service.gov.uk/components/notification-banner/#reacting-to-something-the-user-has-done [2] https://design-system.service.gov.uk/patterns/confirmation-pages/ --- data/colours.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/colours.json b/data/colours.json index 6e834e3893..74bdd74521 100644 --- a/data/colours.json +++ b/data/colours.json @@ -44,6 +44,12 @@ "notes": "Use for error messages" } ], + "Success state": [ + { + "name": "$govuk-success-colour", + "notes": "Use for success messages" + } + ], "Brand colour": [ { "name": "$govuk-brand-colour"