ソースを参照

tweaked set svg icons

Alexander Rose 5 年 前
コミット
5ca5f44c61
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/mol-plugin-ui/controls/shapes.tsx

+ 2 - 2
src/mol-plugin-ui/controls/shapes.tsx

@@ -88,8 +88,8 @@ function Set() {
             {circleRight}
         </defs>
         <g>
-            <use href="#circle-left" className="msp-shape-filled"/>
-            <use href="#circle-right" className="msp-shape-empty"/>
+            <use href="#circle-left" className="msp-shape-empty"/>
+            <use href="#circle-right" className="msp-shape-filled"/>
         </g>
     </svg>;
 }