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:
parent
14c671ebf3
commit
b1c029e16a
2 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.recent-files-row-title-info {
|
.recent-files-row-title-info {
|
||||||
|
color: $color-gray-30
|
||||||
}
|
}
|
||||||
|
|
||||||
.recent-files-empty {
|
.recent-files-empty {
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue