mirror of
https://github.com/correl/elm-mdl.git
synced 2024-12-18 03:00:11 +00:00
Comments
This commit is contained in:
parent
c68a2fa2eb
commit
0e04834580
1 changed files with 2 additions and 1 deletions
|
@ -148,7 +148,8 @@ view addr model =
|
||||||
, main = [ top ]
|
, main = [ top ]
|
||||||
}
|
}
|
||||||
{- The following line is not needed when you manually set up
|
{- The following line is not needed when you manually set up
|
||||||
your html, as done with page.html.
|
your html, as done with page.html. Removing it will then
|
||||||
|
fix the flicker you see on load.
|
||||||
-}
|
-}
|
||||||
|> Material.topWithColors Material.Teal Material.Red
|
|> Material.topWithColors Material.Teal Material.Red
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue