From f1107432b7766d2ad38c619a5a4cfb7f4d46edbd Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 22 Sep 2016 22:18:11 +0300 Subject: [PATCH] Minor changes on the colors library. --- src/uxbox/main/library/colors.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uxbox/main/library/colors.cljs b/src/uxbox/main/library/colors.cljs index a9f83837b..806fa9bee 100644 --- a/src/uxbox/main/library/colors.cljs +++ b/src/uxbox/main/library/colors.cljs @@ -10,7 +10,7 @@ (def +collections+ [{:name "Generic 1" :id 1 - :builtin true + :type :builtin :data #{"#00f9ff" "#009fff" "#0078ff" @@ -23,7 +23,7 @@ {:name "Generic 2" :id 2 - :builtin true + :type :builtin :data #{"#20f9ff" "#209fff" "#2078ff"