beauty fixes
This commit is contained in:
parent
4eba936a1e
commit
ac1a15cd5b
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ class ScenesPanel extends Component {
|
|||
</Card.Content>
|
||||
<Card.Content extra>
|
||||
<div className="ui two buttons">
|
||||
<Button color="blue" onClick={this.applyScene}>
|
||||
<Button color="green" onClick={this.applyScene}>
|
||||
Apply Scene
|
||||
</Button>
|
||||
</div>
|
||||
|
|
|
@ -108,7 +108,7 @@ class Device extends React.Component {
|
|||
onClick={this.deleteState}
|
||||
labelPosition="left"
|
||||
>
|
||||
<Icon name="undo" />
|
||||
<Icon name="trash alternate" />
|
||||
Delete
|
||||
</Button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue