mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 23:51:40 +02:00
✨ 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:
parent
ea3e17f7fe
commit
5aa97513de
6 changed files with 13 additions and 176 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue