play bar white

This commit is contained in:
James Barnsley
2019-07-25 17:00:49 +12:00
parent 75e43a7cc0
commit de5e8fc959
8 changed files with 50 additions and 75 deletions

View File

@ -265,14 +265,11 @@ class PlaybackControls extends React.Component{
<section className="playback">
<button className="control previous" onClick={() => this.props.mopidyActions.previous()}>
<Icon name="skip_previous" type="material" />
<Icon name="navigate_before" type="material" />
</button>
{ this.renderPlayButton() }
<button className="control stop" onClick={() => this.props.mopidyActions.stop()}>
<Icon name="stop" type="material" />
</button>
<button className="control next" onClick={() => this.props.mopidyActions.next()}>
<Icon name="skip_next" type="material" />
<Icon name="navigate_next" type="material" />
</button>
</section>