0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-09 08:38:15 -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 { span {
align-items: center; align-items: center;
display: flex; display: flex;
height: 18px; height: 20px;
justify-content: center; justify-content: center;
margin-right: $small; margin-right: $small;
position: relative; position: relative;
width: 18px; width: 20px;
svg { svg {
fill: $color-gray-30; fill: $color-gray-30;