Explorar el Código

tweaked set svg icons

Alexander Rose hace 5 años
padre
commit
5ca5f44c61
Se han modificado 1 ficheros con 2 adiciones y 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>;
 }