Add dark theme for options/popup

This commit is contained in:
hensm
2020-02-15 06:21:31 +00:00
parent 14999a4f57
commit a76332e9ee
7 changed files with 156 additions and 9 deletions

View File

@@ -310,7 +310,7 @@ class ReceiverEntry extends Component<ReceiverEntryProps, ReceiverEntryState> {
? `${this.props.receiver.host}:${this.props.receiver.port}`
: application.statusText }
</div>
<button className="receiver__connect"
<button className="button receiver__connect"
onClick={ this.handleCast }
disabled={ this.state.showAlternateAction
? application.isIdleScreen