Skip to content
Snippets Groups Projects
Unverified Commit 60cfeb61 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #11263 from ramonlsouza/fix-active-webcam-icon

Fixes active webcam icon
parents d1226390 6c1856c0
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ const JoinVideoButton = ({
<Button
label={label}
data-test="joinVideo"
className={cx(styles.btn, hasVideoStream || styles.btn)}
className={cx(hasVideoStream || styles.btn)}
onClick={handleOnClick}
hideLabel
color={hasVideoStream ? 'primary' : 'default'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment