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

Merge pull request #11773 from PhMemmel/reflect-hand-raised-state-in-button-style

Hand raise button now reflects hand raised state
parents 1831c178 f05566d9
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,9 @@ class ActionsBar extends PureComponent {
}`,
})}
accessKey={shortcuts.raisehand}
color="primary"
color={currentUser.emoji === 'raiseHand' ? 'primary' : 'default'}
ghost={currentUser.emoji !== 'raiseHand'}
className={cx(currentUser.emoji === 'raiseHand' || styles.btn)}
hideLabel
circle
size="lg"
......
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