mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 16:56:12 +02:00
♻️ Create a colors file to save constants of color that can no be refactored into sass variables
This commit is contained in:
parent
14b23b491f
commit
7a0c12e073
17 changed files with 61 additions and 30 deletions
|
@ -1,5 +1,6 @@
|
|||
(ns app.shapes-test
|
||||
(:require
|
||||
[app.common.colors :as clr]
|
||||
[app.common.data :as d]
|
||||
[app.common.geom.point :as gpt]
|
||||
[app.common.pages.helpers :as cph]
|
||||
|
@ -45,7 +46,7 @@
|
|||
(t/testing "asynctest"
|
||||
(t/async done
|
||||
(let [state {}
|
||||
color {:color "#ffffff"}]
|
||||
color {:color clr/white}]
|
||||
(->> state
|
||||
(the/do-watch-update
|
||||
(dwl/add-recent-color color))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue