0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-05 03:21:26 -05:00

Adapt colors nav tabs to be consistent with the rest of the pages.

This commit is contained in:
Andrey Antukh 2016-10-21 16:43:15 +02:00
parent 7642dab826
commit e4ba3ac66b

View file

@ -239,12 +239,12 @@
[:div.library-bar
[:div.library-bar-inside
[:ul.library-tabs
[:li {:class-name (when builtin? "current")
:on-click (partial select-tab :builtin)}
"STANDARD"]
[:li {:class-name (when own? "current")
: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)]])))
;; --- Colors Page