mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 08:53:33 +03:00
parent
0d6fe8628a
commit
848ffc5c9a
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user