소스 검색

Merge pull request #97929 from timothyqiu/rtl-checkbutton

Fix `CheckButton` mirrored icon in editor theme
Thaddeus Crews 11 달 전
부모
커밋
e4dcef38e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      editor/icons/GuiToggleOffMirrored.svg

+ 1 - 1
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>
+<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>