Fix audio player modal having white-on-white buttons in light theme (#33444)
This commit is contained in:
parent
7d6da219c0
commit
02fe176fd4
2 changed files with 17 additions and 0 deletions
|
@ -37,6 +37,10 @@ class VideoModal extends ImmutablePureComponent {
|
|||
}
|
||||
}
|
||||
|
||||
componentWillUnmount () {
|
||||
this.props.onChangeBackgroundColor(null);
|
||||
}
|
||||
|
||||
render () {
|
||||
const { media, status, onClose } = this.props;
|
||||
const options = this.props.options || {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue