Browse Source

icon tweak

David Sehnal 5 years ago
parent
commit
77920818d9
1 changed files with 1 additions and 1 deletions
  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>
         </>;
     }