From f05566d94600c562db57c44f7b535ef4614a6ebc Mon Sep 17 00:00:00 2001 From: Philipp Memmel Date: Sat, 27 Mar 2021 14:26:59 +0100 Subject: [PATCH] hand raise button now reflects hand raised state --- .../imports/ui/components/actions-bar/component.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx b/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx index 4c94049331..cb96966b15 100755 --- a/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/actions-bar/component.jsx @@ -93,7 +93,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"