diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2024-10-07 21:03:14 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2024-10-07 21:03:14 +0800 |
commit | 422aee7f32a4704d52700491d5718463c2944315 (patch) | |
tree | 92b6a60893764c525998c75b5cceb7484da10290 /editor/icons | |
parent | db66bd35af704fe0d83ba9348b8c50a48e51b2ba (diff) | |
download | redot-engine-422aee7f32a4704d52700491d5718463c2944315.tar.gz |
Fix CheckButton mirrored icon in editor theme
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/GuiToggleOffMirrored.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/icons/GuiToggleOffMirrored.svg b/editor/icons/GuiToggleOffMirrored.svg index 4e7f63d573..138a856a1d 100644 --- a/editor/icons/GuiToggleOffMirrored.svg +++ b/editor/icons/GuiToggleOffMirrored.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="38" height="16"><rect width="36" height="14" x="1" y="1" fill="gray" rx="7"/><circle cx="8" cy="8" r="5" fill="#b3b3b3"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" width="38" height="16"><g fill="#e0e0e0"><rect width="36" height="14" x="1" y="1" fill-opacity=".2" rx="7"/><circle cx="30" cy="8" r="5"/></g></svg>
\ No newline at end of file |