0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 07:11:32 -05:00

Fix minor style changes at workspace

This commit is contained in:
Juan de la Cruz 2020-03-30 13:20:07 +02:00
parent 14c671ebf3
commit b1c029e16a
2 changed files with 2 additions and 0 deletions

View file

@ -39,6 +39,7 @@
} }
.recent-files-row-title-info { .recent-files-row-title-info {
color: $color-gray-30
} }
.recent-files-empty { .recent-files-empty {

View file

@ -202,6 +202,7 @@ span.element-name {
background-color: rgba(255,255,255,.6); background-color: rgba(255,255,255,.6);
border-radius: $br-small; border-radius: $br-small;
flex-shrink: 0; flex-shrink: 0;
fill: $color-black !important;
padding: 1px; padding: 1px;
} }
} }