mirror of
https://github.com/penpot/penpot.git
synced 2026-03-12 21:36:39 +00:00
Adapt colors nav tabs to be consistent with the rest of the pages.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user