mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 02:06:37 +02: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
|
(ns uxbox.builtins.colors
|
||||||
(:require [uxbox.util.uuid :as uuid]
|
(:require [uxbox.util.uuid :as uuid]
|
||||||
[uxbox.util.data :refer (index-by)]))
|
[uxbox.util.data :refer [index-by-id]]))
|
||||||
|
|
||||||
(def collections-list
|
(def collections-list
|
||||||
[{:name "UXBOX"
|
[{:name "UXBOX"
|
||||||
|
@ -672,4 +672,4 @@
|
||||||
"#3D464D"}}])
|
"#3D464D"}}])
|
||||||
|
|
||||||
(def collections
|
(def collections
|
||||||
(index-by collections-list :id))
|
(index-by-id collections-list))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue