[Glitch] Fix audio player modal having white-on-white buttons in light theme

Port 02fe176fd4 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire
2025-01-03 22:51:51 +01:00
parent 807bf8be24
commit d878ca267c
2 changed files with 17 additions and 0 deletions

View File

@@ -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 || {};