0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 00:01:51 -05:00

💄 Cosmetic changes on builtin colors ns.

This commit is contained in:
Andrey Antukh 2019-08-21 21:00:22 +00:00
parent 42337dcd55
commit ccc6eaf4b0

View file

@ -6,7 +6,7 @@
(ns uxbox.builtins.colors
(:require [uxbox.util.uuid :as uuid]
[uxbox.util.data :refer (index-by)]))
[uxbox.util.data :refer [index-by-id]]))
(def collections-list
[{:name "UXBOX"
@ -672,4 +672,4 @@
"#3D464D"}}])
(def collections
(index-by collections-list :id))
(index-by-id collections-list))