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:
parent
42337dcd55
commit
ccc6eaf4b0
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue