mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
Change library icon
This commit is contained in:
parent
b57c20ebb6
commit
dcd7e0b3cc
3 changed files with 4 additions and 6 deletions
|
@ -57,8 +57,6 @@
|
|||
|
||||
.shared-badge {
|
||||
margin-left: $x-small;
|
||||
border: 1px solid $color-gray-20;
|
||||
border-radius: 4px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
display: flex;
|
||||
|
@ -67,8 +65,8 @@
|
|||
|
||||
svg {
|
||||
fill: $color-gray-20;
|
||||
height: 8px;
|
||||
width: 8px;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
[:li
|
||||
{:on-click #(st/emit! (rt/nav :dashboard-libraries {:team-id team-id}))
|
||||
:class-name (when libraries? "current")}
|
||||
i/icon-set
|
||||
i/library
|
||||
[:span.element-title (t locale "dashboard.sidebar.libraries")]]]
|
||||
|
||||
[:div.projects-row
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
{:alt (t locale "workspace.toolbar.assets")
|
||||
:class (when (contains? layout :assets) "selected")
|
||||
:on-click #(st/emit! (dw/toggle-layout-flags :assets))}
|
||||
i/icon-set]
|
||||
i/library]
|
||||
[:li.tooltip.tooltip-right
|
||||
{:alt "History"}
|
||||
i/undo-history]
|
||||
|
|
Loading…
Add table
Reference in a new issue