fix colouring in voip dark theme
This commit is contained in:
parent
5ac76acc05
commit
8990e770b7
2 changed files with 4 additions and 3 deletions
|
@ -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"/>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue