Browse Source

fix(editor): TileMap Fill Rectangle icon

The default color was blue which is the active color, changed it to be gray by default.
Eric Tuvesson 4 years ago
parent
commit
3fee970c62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/icons/RectangleShape2D.svg

+ 1 - 1
editor/icons/RectangleShape2D.svg

@@ -1 +1 @@
-<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><rect fill="none" height="8" rx=".000017" stroke="#68b6ff" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" width="12" x="2" y="4"/></svg>
+<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><rect fill="none" height="8" rx=".000017" stroke="#e0e0e0" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" width="12" x="2" y="4"/></svg>