mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Add dark theme for options/popup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user