This commit is contained in:
Ben Dansby 2021-10-28 08:58:34 -07:00
parent c720f4f1c9
commit 67d5a0b639
3 changed files with 2 additions and 11 deletions

View File

@ -1,7 +1,6 @@
module Nri.Ui.Colors.V1 exposing
( aqua, aquaDark, aquaLight, azure, azureDark
, white
, blue
, cornflower, cornflowerDark, cornflowerLight, cyan
, frost
, gray20, gray45, gray75, gray85, gray92, gray96
@ -33,7 +32,6 @@ consider [elm-color-extra](http://package.elm-lang.org/packages/eskimoblood/elm-
@docs aqua, aquaDark, aquaLight, azure, azureDark
@docs white
@docs blue
@docs cornflower, cornflowerDark, cornflowerLight, cyan
@docs frost
@docs gray20, gray45, gray75, gray85, gray92, gray96
@ -98,13 +96,6 @@ azureDark =
hex "#004cc9"
{-| See <https://noredink-ui.netlify.com/#category/Colors>
-}
blue : Css.Color
blue =
hex "#40a8e4"
{-| See <https://noredink-ui.netlify.com/#category/Colors>
-}
cornflower : Css.Color

View File

@ -111,7 +111,7 @@ example =
, if showSpinners then
Html.div []
[ Loading.spinningPencil
|> Svg.withColor Colors.blue
|> Svg.withColor Colors.azure
|> Svg.toHtml
, Text.caption [] [ Html.text "By default, the spinningPencil is white. Showing as blue for visibility." ]
, Loading.spinningDots

View File

@ -149,7 +149,7 @@ type alias State =
{-| -}
init : State
init =
{ color = fromCssColor Colors.blue
{ color = fromCssColor Colors.azure
, width = 30
, height = 30
, label = "Newspaper"