Skip to content

Commit 8f7b972

Browse files
committed
triple =
1 parent a1c37ed commit 8f7b972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/StatusBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function StatusBar({ muteClick, holdClick, webRtcStatus, allowMut
2323
const statusBadgeStyle = {
2424
borderRadius: '6px',
2525
textTransform: 'uppercase',
26-
color: webRtcStatus == 'Idle' ? 'var(--grey65)' : 'var(--white)',
26+
color: webRtcStatus === 'Idle' ? 'var(--grey65)' : 'var(--white)',
2727
fontSize: '16px',
2828
lineHeight: '16px',
2929
fontWeight: 400,

0 commit comments

Comments
 (0)