mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 04:59:25 +00:00
Adapt colors nav tabs to be consistent with the rest of the pages.
This commit is contained in:
parent
7642dab826
commit
e4ba3ac66b
@ -239,12 +239,12 @@
|
|||||||
[:div.library-bar
|
[:div.library-bar
|
||||||
[:div.library-bar-inside
|
[:div.library-bar-inside
|
||||||
[:ul.library-tabs
|
[:ul.library-tabs
|
||||||
[:li {:class-name (when builtin? "current")
|
|
||||||
:on-click (partial select-tab :builtin)}
|
|
||||||
"STANDARD"]
|
|
||||||
[:li {:class-name (when own? "current")
|
[:li {:class-name (when own? "current")
|
||||||
:on-click (partial select-tab :own)}
|
:on-click (partial select-tab :own)}
|
||||||
"YOUR LIBRARIES"]]
|
"YOUR COLORS"]
|
||||||
|
[:li {:class-name (when builtin? "current")
|
||||||
|
:on-click (partial select-tab :builtin)}
|
||||||
|
"COLORS STORE"]]
|
||||||
(nav-collections type selected)]])))
|
(nav-collections type selected)]])))
|
||||||
|
|
||||||
;; --- Colors Page
|
;; --- Colors Page
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user