update call icons

This commit is contained in:
Bruno Windels 2020-07-08 17:30:50 +02:00
parent 7dad56ca86
commit 571bd30898
13 changed files with 50 additions and 15 deletions

View file

@ -173,7 +173,7 @@ export default createReactClass({
if (this.props.hasActiveCall) {
const TintableSvg = sdk.getComponent("elements.TintableSvg");
return (
<TintableSvg src={require("../../../res/img/sound-indicator.svg")} width="23" height="20" />
<TintableSvg src={require("../../../res/img/element-icons/room/in-call.svg")} width="23" height="20" />
);
}