Update usage of Icon parameters

This commit is contained in:
Håkon Rossebø 2016-03-24 21:14:10 +01:00
parent 97785e9c12
commit d329eb445f

View file

@ -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
] ]