0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

🐛 Fix themes issues.

This commit is contained in:
Andrey Antukh 2020-04-13 14:21:13 +02:00
parent 040dd73599
commit dd34907f5c
2 changed files with 1 additions and 3 deletions

View file

@ -39,8 +39,6 @@ services:
- UXBOX_DATABASE_URI=postgresql://postgres/uxbox
- UXBOX_DATABASE_USERNAME=uxbox
- UXBOX_DATABASE_PASSWORD=uxbox
- UXBOX_THEME=light
#- UXBOX_THEME=dark
smtp:
container_name: 'uxbox-devenv-smtp'

View file

@ -21,4 +21,4 @@
(def default-language "en")
(def demo-warning (gobj/get config "demoWarning" true))
(def url public-url)
(def default-theme "light"))
(def default-theme "default"))