From 848ffc5c9aeb753a1556bca6580a9fc861af965a Mon Sep 17 00:00:00 2001 From: Michael Glass Date: Mon, 26 Aug 2019 10:09:36 +0200 Subject: [PATCH] Revert "Ugrade palette version" This reverts commit a9d6edd2d2f592c2767e11c567353efa0a44ad7c. --- src/Nri/Ui/SortableTable/V1.elm | 2 +- styleguide-app/Examples/Colors.elm | 2 +- styleguide-app/elm.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Nri/Ui/SortableTable/V1.elm b/src/Nri/Ui/SortableTable/V1.elm index 28c66de8..35a67750 100644 --- a/src/Nri/Ui/SortableTable/V1.elm +++ b/src/Nri/Ui/SortableTable/V1.elm @@ -359,4 +359,4 @@ sortArrow direction active = toCssString : Css.Color -> String toCssString = - Color.toRGBString << Nri.Ui.Colors.Extra.fromCssColor + Color.toCssString << Nri.Ui.Colors.Extra.toCoreColor diff --git a/styleguide-app/Examples/Colors.elm b/styleguide-app/Examples/Colors.elm index 8f3a9bde..2f51fec7 100644 --- a/styleguide-app/Examples/Colors.elm +++ b/styleguide-app/Examples/Colors.elm @@ -6,7 +6,7 @@ module Examples.Colors exposing (example) -} -import Color exposing (highContrast) +import Color.Generator exposing (highContrast) import Css import Html.Styled as Html import Html.Styled.Attributes as Attributes exposing (css) diff --git a/styleguide-app/elm.json b/styleguide-app/elm.json index 09602fa8..c6460e0c 100644 --- a/styleguide-app/elm.json +++ b/styleguide-app/elm.json @@ -22,7 +22,7 @@ "tesk9/accessible-html": "4.0.0", "tesk9/accessible-html-with-css": "2.1.1", "tesk9/modal": "5.0.1", - "tesk9/palette": "2.0.0", + "tesk9/palette": "1.4.0", "wernerdegroot/listzipper": "3.2.0" }, "indirect": { @@ -39,4 +39,4 @@ "direct": {}, "indirect": {} } -} +} \ No newline at end of file