Merge pull request #11773 from PhMemmel/reflect-hand-raised-state-in-button-style
Hand raise button now reflects hand raised state
This commit is contained in:
commit
b699790251
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user