beauty fixes

This commit is contained in:
Nicola Brunner 2020-05-21 22:02:49 +02:00
parent 4eba936a1e
commit ac1a15cd5b
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -108,7 +108,7 @@ class Device extends React.Component {
onClick={this.deleteState}
labelPosition="left"
>
<Icon name="undo" />
<Icon name="trash alternate" />
Delete
</Button>
</div>