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/SignIn | |
parent | 70720548c9af024dbb6080638ac8e5470c2213eb (diff) |
Add a remove icon to empty a input text field
Diffstat (limited to 'src/client/elm/SignIn')
-rw-r--r-- | src/client/elm/SignIn/View.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/elm/SignIn/View.elm b/src/client/elm/SignIn/View.elm index 7ee4ecd..daaa527 100644 --- a/src/client/elm/SignIn/View.elm +++ b/src/client/elm/SignIn/View.elm @@ -3,9 +3,9 @@ module SignIn.View exposing ) import Json.Decode as Json -import Color import FontAwesome +import View.Color as Color import Html as H exposing (..) import Html.Attributes exposing (..) |