From 8990e770b742b05ac3026bc9f8be36edd9a5b515 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 20 Feb 2017 01:43:55 +0200 Subject: [PATCH] fix colouring in voip dark theme --- src/components/structures/RoomStatusBar.js | 3 ++- src/components/structures/RoomView.js | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/structures/RoomStatusBar.js b/src/components/structures/RoomStatusBar.js index ca50e1071a..95631e304d 100644 --- a/src/components/structures/RoomStatusBar.js +++ b/src/components/structures/RoomStatusBar.js @@ -194,8 +194,9 @@ module.exports = React.createClass({ } if (this.props.hasActiveCall) { + var TintableSvg = sdk.getComponent("elements.TintableSvg"); return ( - + ); } diff --git a/src/components/structures/RoomView.js b/src/components/structures/RoomView.js index 5bf192dfc6..acdea38c69 100644 --- a/src/components/structures/RoomView.js +++ b/src/components/structures/RoomView.js @@ -1639,14 +1639,14 @@ module.exports = React.createClass({ videoMuteButton =
- {call.isLocalVideoMuted()
; } voiceMuteButton =
- {call.isMicrophoneMuted()
;