mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
WIP: change DropdownButton color
This commit is contained in:
parent
4adc277eb3
commit
a6d9edde59
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class ICAction extends React.Component {
|
|||
onChange={this.setDelayForAction}
|
||||
/>
|
||||
<ButtonToolbar>
|
||||
<DropdownButton title={this.state.selectedAction != null ? this.state.selectedAction.title : ''} id="action-dropdown" onSelect={this.setAction}>
|
||||
<DropdownButton variant="secondary" title={this.state.selectedAction != null ? this.state.selectedAction.title : ''} id="action-dropdown" onSelect={this.setAction}>
|
||||
{actionList}
|
||||
</DropdownButton>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue