mirror of
https://github.com/correl/elm-mdl.git
synced 2024-12-18 03:00:11 +00:00
Update usage of Icon parameters
This commit is contained in:
parent
97785e9c12
commit
d329eb445f
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ tabsView addr model tabs =
|
||||||
, ("mdl-layout__tab-bar-" ++ direction ++ "-button", True)
|
, ("mdl-layout__tab-bar-" ++ direction ++ "-button", True)
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
[ Icon.view ("chevron_" ++ direction) Icon.S
|
[ Icon.view ("chevron_" ++ direction) [Icon.iconSize Icon.S]
|
||||||
[onClick addr (ScrollTab offset)]
|
[onClick addr (ScrollTab offset)]
|
||||||
-- TODO: Scroll event
|
-- TODO: Scroll event
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue