♻️ Create a colors file to save constants of color that can no be refactored into sass variables

This commit is contained in:
eva 2021-11-26 11:48:10 +01:00 committed by Alonso Torres
parent 14b23b491f
commit 7a0c12e073
17 changed files with 61 additions and 30 deletions

View file

@ -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))