mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 03:38:18 +00:00
💄 Cosmetic changes on builtin colors ns.
This commit is contained in:
parent
42337dcd55
commit
ccc6eaf4b0
@ -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…
x
Reference in New Issue
Block a user