fix colouring in voip dark theme

This commit is contained in:
Matthew Hodgson 2017-02-20 01:43:55 +02:00
parent 5ac76acc05
commit 8990e770b7
2 changed files with 4 additions and 3 deletions

View file

@ -194,8 +194,9 @@ module.exports = React.createClass({
}
if (this.props.hasActiveCall) {
var TintableSvg = sdk.getComponent("elements.TintableSvg");
return (
<img src="img/sound-indicator.svg" width="23" height="20"/>
<TintableSvg src="img/sound-indicator.svg" width="23" height="20"/>
);
}