mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 19:58:09 +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-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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user