diff options
author | Joris | 2016-06-25 22:51:12 +0200 |
---|---|---|
committer | Joris | 2016-06-25 22:51:12 +0200 |
commit | 0886d5916ae28e2a0d1d5c70fb81842a6d0dc70f (patch) | |
tree | 8016750c80cac177d2bf315b2f59605f3a8f80d3 /src/client/elm/LoggedIn/Home/View | |
parent | 70720548c9af024dbb6080638ac8e5470c2213eb (diff) |
Add a remove icon to empty a input text field
Diffstat (limited to 'src/client/elm/LoggedIn/Home/View')
-rw-r--r-- | src/client/elm/LoggedIn/Home/View/Expand.elm | 2 | ||||
-rw-r--r-- | src/client/elm/LoggedIn/Home/View/Table.elm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/elm/LoggedIn/Home/View/Expand.elm b/src/client/elm/LoggedIn/Home/View/Expand.elm index e0c13a3..2bcfec1 100644 --- a/src/client/elm/LoggedIn/Home/View/Expand.elm +++ b/src/client/elm/LoggedIn/Home/View/Expand.elm @@ -3,7 +3,7 @@ module LoggedIn.Home.View.Expand exposing , ExpandType(..) ) -import Color exposing (Color) +import View.Color as Color import FontAwesome diff --git a/src/client/elm/LoggedIn/Home/View/Table.elm b/src/client/elm/LoggedIn/Home/View/Table.elm index 9cd43a7..323a45d 100644 --- a/src/client/elm/LoggedIn/Home/View/Table.elm +++ b/src/client/elm/LoggedIn/Home/View/Table.elm @@ -5,9 +5,9 @@ module LoggedIn.Home.View.Table exposing import Dict exposing (..) import Date exposing (Date) import String exposing (append) -import Color import FontAwesome +import View.Color as Color import Html exposing (..) import Html.Attributes exposing (..) |