Merge remote-tracking branch 'origin/master' into tessa/fix-line-height-positioning

This commit is contained in:
Tessa Kelly 2019-04-22 09:11:44 -07:00
commit 4b846b127d
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"name": "NoRedInk/noredink-ui", "name": "NoRedInk/noredink-ui",
"summary": "UI Widgets we use at NRI", "summary": "UI Widgets we use at NRI",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"version": "6.13.0", "version": "6.13.1",
"exposed-modules": [ "exposed-modules": [
"Nri.Ui.Alert.V2", "Nri.Ui.Alert.V2",
"Nri.Ui.Alert.V3", "Nri.Ui.Alert.V3",

View File

@ -358,7 +358,7 @@ highlightYellowDark =
-} -}
highlightCyan : Css.Color highlightCyan : Css.Color
highlightCyan = highlightCyan =
hex "#b9fff7" hex "#9BFFF4"
{-| {-|