From 6fd2be07e800fe499c315d5e3d7b148106934880 Mon Sep 17 00:00:00 2001 From: Tessa Kelly Date: Wed, 17 Apr 2019 15:28:03 -0700 Subject: [PATCH 1/2] Update highlightCyan --- src/Nri/Ui/Colors/V1.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nri/Ui/Colors/V1.elm b/src/Nri/Ui/Colors/V1.elm index 1dc2d09a..d1f9dc92 100644 --- a/src/Nri/Ui/Colors/V1.elm +++ b/src/Nri/Ui/Colors/V1.elm @@ -358,7 +358,7 @@ highlightYellowDark = -} highlightCyan : Css.Color highlightCyan = - hex "#b9fff7" + hex "#9BFFF4" {-| From 405efebcf12a8212d51eb68167eccc9dae34aad9 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Mon, 22 Apr 2019 08:32:37 -0500 Subject: [PATCH 2/2] bump to 6.13.1 --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index 8f4904e9..5ab14333 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "NoRedInk/noredink-ui", "summary": "UI Widgets we use at NRI", "license": "BSD-3-Clause", - "version": "6.13.0", + "version": "6.13.1", "exposed-modules": [ "Nri.Ui.Alert.V2", "Nri.Ui.Alert.V3",