aboutsummaryrefslogtreecommitdiff
path: root/client/src/View/SignIn.hs
diff options
context:
space:
mode:
authorJoris2017-11-15 23:50:44 +0100
committerJoris2017-11-16 09:55:55 +0100
commit42e94a45e26f40edc3ad71b1e77a4bf47c13fd3d (patch)
tree012045906e4404c64a8914d60be75fcf809609c7 /client/src/View/SignIn.hs
parent5a63f7be9375e3ab888e4232dd7ef72c2f1ffae1 (diff)
downloadbudget-42e94a45e26f40edc3ad71b1e77a4bf47c13fd3d.tar.gz
budget-42e94a45e26f40edc3ad71b1e77a4bf47c13fd3d.tar.bz2
budget-42e94a45e26f40edc3ad71b1e77a4bf47c13fd3d.zip
Add dynamic pages
Diffstat (limited to 'client/src/View/SignIn.hs')
-rw-r--r--client/src/View/SignIn.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/View/SignIn.hs b/client/src/View/SignIn.hs
index 70c6b1f..1f5b900 100644
--- a/client/src/View/SignIn.hs
+++ b/client/src/View/SignIn.hs
@@ -49,7 +49,7 @@ view result =
]
button <- Component.button $ ButtonIn
- { _buttonIn_class = ""
+ { _buttonIn_class = R.constDyn ""
, _buttonIn_content = R.text (Message.get Key.SignIn_Button)
, _buttonIn_waiting = waiting
}