mirror of
https://github.com/penpot/penpot.git
synced 2026-09-13 23:48:42 +00:00
🐛 Fix themes issues.
This commit is contained in:
parent
040dd73599
commit
dd34907f5c
@ -39,8 +39,6 @@ services:
|
|||||||
- UXBOX_DATABASE_URI=postgresql://postgres/uxbox
|
- UXBOX_DATABASE_URI=postgresql://postgres/uxbox
|
||||||
- UXBOX_DATABASE_USERNAME=uxbox
|
- UXBOX_DATABASE_USERNAME=uxbox
|
||||||
- UXBOX_DATABASE_PASSWORD=uxbox
|
- UXBOX_DATABASE_PASSWORD=uxbox
|
||||||
- UXBOX_THEME=light
|
|
||||||
#- UXBOX_THEME=dark
|
|
||||||
|
|
||||||
smtp:
|
smtp:
|
||||||
container_name: 'uxbox-devenv-smtp'
|
container_name: 'uxbox-devenv-smtp'
|
||||||
|
|||||||
@ -21,4 +21,4 @@
|
|||||||
(def default-language "en")
|
(def default-language "en")
|
||||||
(def demo-warning (gobj/get config "demoWarning" true))
|
(def demo-warning (gobj/get config "demoWarning" true))
|
||||||
(def url public-url)
|
(def url public-url)
|
||||||
(def default-theme "light"))
|
(def default-theme "default"))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user