0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 18:48:37 -05:00

Fix proportion lock icon selected color.

This commit is contained in:
Andrey Antukh 2016-09-28 22:04:42 +02:00
parent 1a51aaf8cf
commit c9f8b5b562
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -231,7 +231,7 @@
&.selected {
svg {
fill: $color-white;
fill: $main-ui-color;
}
}