Unify the themes under 'default' theme.

Because right now we don't have a real dark and light
themes (right now workspace is dark and dashbaord is
light).
This commit is contained in:
Andrey Antukh 2020-04-13 12:03:56 +02:00
parent ea3e17f7fe
commit 5aa97513de
6 changed files with 13 additions and 176 deletions

View file

@ -101,8 +101,8 @@
:class (fm/error-class form :theme)
:on-blur (fm/on-input-blur form :theme)
:on-change (fm/on-input-change form :theme)}
[:option {:value "light"} "Light"]
[:option {:value "dark"} "Dark"]]
[:option {:value "light"} "Default"]]
[:input.btn-primary
{:type "submit"