mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
💄 Cosmetic changes on builtin colors ns.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user