diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-10-22 10:28:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-22 10:28:37 +0200 |
commit | eee7c4acc4f9f0a7dd0d5bdfddcf4deb0d5eff4e (patch) | |
tree | e1f649aca9f44680f0a6e57d53b340d98948c0f6 /editor | |
parent | d05c7da1aa0fa0c58d54dfaeca1e474cdd31a20c (diff) |
Revert "fix(editor): TileMap Fill Rectangle icon"
Diffstat (limited to 'editor')
-rw-r--r-- | editor/icons/RectangleShape2D.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/RectangleShape2D.svg b/editor/icons/RectangleShape2D.svg index 415940e68f..f0d6c54dc9 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="#e0e0e0" 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="#68b6ff" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" width="12" x="2" y="4"/></svg> |