Merge branch 'master' into ink/expose-textinput-id

This commit is contained in:
Jasper Woudenberg 2019-01-22 12:50:51 +00:00 committed by GitHub
commit 1a761c5192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"name": "NoRedInk/noredink-ui",
"summary": "UI Widgets we use at NRI",
"license": "BSD-3-Clause",
"version": "6.6.2",
"version": "6.6.3",
"exposed-modules": [
"Nri.Ui.Alert.V2",
"Nri.Ui.AssetPath",
@ -65,4 +65,4 @@
"test-dependencies": {
"elm-explorations/test": "1.2.0 <= v < 2.0.0"
}
}
}

View File

@ -438,7 +438,7 @@ highlightBlueDark =
-}
highlightPurple : Css.Color
highlightPurple =
hex "#c9b0ff"
hex "#e3d6ff"
{-|