Skip to content
Snippets Groups Projects
Commit f4b29dc7 authored by Alexander Rose's avatar Alexander Rose
Browse files

ui, offset expanded color param

parent b34c5c74
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ export class CombinedColorControl extends React.PureComponent<ParamProps<PD.Colo
<button onClick={this.toggleExpanded} className='msp-combined-color-button' style={{ background: Color.toStyle(this.props.value) }}></button>
</div>
</div>
{this.state.isExpanded && <>
{this.state.isExpanded && <div className='msp-control-offset'>
{this.swatch()}
<div className='msp-control-row'>
<div style={{ position: 'relative' }}>
......@@ -97,7 +97,7 @@ export class CombinedColorControl extends React.PureComponent<ParamProps<PD.Colo
<div style={this.stripStyle()} />
</div>
</div>
</>}
</div>}
</>;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment