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:
parent
7642dab826
commit
e4ba3ac66b
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue