mirror of
https://github.com/correl/elm-mdl.git
synced 2024-11-23 11:09:51 +00:00
Text. Fixes #7.
This commit is contained in:
parent
6ef3c1523a
commit
8af86a5e19
1 changed files with 3 additions and 1 deletions
|
@ -211,7 +211,9 @@ e404 _ _ =
|
|||
[
|
||||
]
|
||||
[ Style.styled Html.h1
|
||||
[ Style.cs "mdl-typography--display-4" ]
|
||||
[ Style.cs "mdl-typography--display-4"
|
||||
, Color.background Color.primary
|
||||
]
|
||||
[]
|
||||
[ text "404" ]
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue