summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Tuvesson <eric.tuvesson@gmail.com>2020-10-21 20:44:55 +0200
committerEric Tuvesson <eric.tuvesson@gmail.com>2020-10-21 20:44:55 +0200
commit3fee970c627b1177a13c38f55681a106b10fdfd1 (patch)
tree9243957bab8b9cb876e332b6a7336bbab73c4ca1
parent918f03529f42b3fdebbc6f236012e61288db0c3a (diff)
fix(editor): TileMap Fill Rectangle icon
The default color was blue which is the active color, changed it to be gray by default.
-rw-r--r--editor/icons/RectangleShape2D.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/RectangleShape2D.svg b/editor/icons/RectangleShape2D.svg
index f0d6c54dc9..415940e68f 100644
--- a/editor/icons/RectangleShape2D.svg
+++ b/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>