0
Fork 0
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:
elhombretecla 2020-08-26 10:30:26 +02:00
parent b57c20ebb6
commit dcd7e0b3cc
3 changed files with 4 additions and 6 deletions

View file

@ -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;
}
}

View file

@ -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

View file

@ -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]