David Sehnal %!s(int64=5) %!d(string=hai) anos
pai
achega
77920818d9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/mol-plugin-ui/structure/selection.tsx

+ 1 - 1
src/mol-plugin-ui/structure/selection.tsx

@@ -225,7 +225,7 @@ class ApplyColorControls extends PurePluginUIComponent<ApplyColorControlsProps,
         return <>
             <ParameterControls params={this.params} values={this.state.values} onChangeObject={this.paramsChanged} />
             <button className={`msp-btn msp-btn-block msp-btn-commit msp-btn-commit-on`} onClick={this.apply} style={{ marginTop: '1px' }}>
-                <Icon name='check' /> Apply Coloring
+                <Icon name='brush' /> Apply Coloring
             </button>
         </>;
     }