diff --git a/src/Material/Layout.elm b/src/Material/Layout.elm index 36cc964..b9a5434 100644 --- a/src/Material/Layout.elm +++ b/src/Material/Layout.elm @@ -264,7 +264,7 @@ tabsView addr model tabs = , ("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)] -- TODO: Scroll event ]