0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

Make sidebar text icon area bigger

This commit is contained in:
Juan de la Cruz 2020-05-11 09:48:07 +02:00
parent 69bd4cf4bb
commit a10dcdcff7

View file

@ -410,11 +410,11 @@
span {
align-items: center;
display: flex;
height: 18px;
height: 20px;
justify-content: center;
margin-right: $small;
position: relative;
width: 18px;
width: 20px;
svg {
fill: $color-gray-30;