1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-29 21:23:11 +03:00

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"/>
);
}