We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c37ed commit 8f7b972Copy full SHA for 8f7b972
src/components/StatusBar.js
@@ -23,7 +23,7 @@ export default function StatusBar({ muteClick, holdClick, webRtcStatus, allowMut
23
const statusBadgeStyle = {
24
borderRadius: '6px',
25
textTransform: 'uppercase',
26
- color: webRtcStatus == 'Idle' ? 'var(--grey65)' : 'var(--white)',
+ color: webRtcStatus === 'Idle' ? 'var(--grey65)' : 'var(--white)',
27
fontSize: '16px',
28
lineHeight: '16px',
29
fontWeight: 400,
0 commit comments