mirror of
https://github.com/correl/elm-mdl.git
synced 2024-11-14 19:19:33 +00:00
Less garish colour in Grid demo.
This commit is contained in:
parent
31ad426537
commit
549c9499cf
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ std = democell 200
|
|||
|
||||
color : Int -> Style
|
||||
color k =
|
||||
Array.get ((k + 11) % Array.length Color.hues) Color.hues
|
||||
Array.get ((k + 0) % Array.length Color.hues) Color.hues
|
||||
|> Maybe.withDefault Color.Teal
|
||||
|> flip Color.color Color.S500
|
||||
|> Color.background
|
||||
|
|
Loading…
Reference in a new issue