mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 11:38:30 +02:00
✨ Experiment for data definition
This commit is contained in:
parent
127b481c38
commit
432e894344
2 changed files with 43 additions and 17 deletions
|
@ -49,7 +49,10 @@
|
|||
new-theme (get-in new-val [:profile :theme])]
|
||||
(if (identical? old-theme new-theme)
|
||||
::not-changed
|
||||
new-theme)))
|
||||
(if (= new-theme "default")
|
||||
"dark"
|
||||
new-theme))))
|
||||
|
||||
|
||||
(defmethod handle-state-change :default
|
||||
[_ _ _]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue