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>
|
||||||
<Card.Content extra>
|
<Card.Content extra>
|
||||||
<div className="ui two buttons">
|
<div className="ui two buttons">
|
||||||
<Button color="blue" onClick={this.applyScene}>
|
<Button color="green" onClick={this.applyScene}>
|
||||||
Apply Scene
|
Apply Scene
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -108,7 +108,7 @@ class Device extends React.Component {
|
||||||
onClick={this.deleteState}
|
onClick={this.deleteState}
|
||||||
labelPosition="left"
|
labelPosition="left"
|
||||||
>
|
>
|
||||||
<Icon name="undo" />
|
<Icon name="trash alternate" />
|
||||||
Delete
|
Delete
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue