Explorar o código

tweaked set svg icons

Alexander Rose %!s(int64=5) %!d(string=hai) anos
pai
achega
5ca5f44c61
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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>;
 }