mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 08:53:33 +03:00
blue too
This commit is contained in:
parent
c720f4f1c9
commit
67d5a0b639
@ -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
|
||||
|
@ -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
|
||||
|
@ -149,7 +149,7 @@ type alias State =
|
||||
{-| -}
|
||||
init : State
|
||||
init =
|
||||
{ color = fromCssColor Colors.blue
|
||||
{ color = fromCssColor Colors.azure
|
||||
, width = 30
|
||||
, height = 30
|
||||
, label = "Newspaper"
|
||||
|
Loading…
Reference in New Issue
Block a user