icidasset / elm-material-icons

Material icons for Elm.
https://package.elm-lang.org/packages/icidasset/elm-material-icons/latest/
MIT License
6 stars 1 forks source link

Maybe small error in docs #9

Closed pfiadDi closed 1 year ago

pfiadDi commented 2 years ago

Hi started using your library, great work. I think there is a small error in your about docs:

Filled.offline_bolt 16 (Color <| Color.rgb 96 181 204)

Color.rgb only accepts floats between 0 and 1 - for your example to work you need Color.rgb255

Not a big deal :)

icidasset commented 2 years ago

Oh, you're totally right, thanks for reporting this!