From bf837b3398857b996273a150f5e01b4e5ab669d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5var=20Aamb=C3=B8=20Fosstveit?= Date: Tue, 5 May 2020 14:31:02 +0200 Subject: [PATCH] Fix color on kick button --- app/src/components/MeetingDrawer/ParticipantList/ListPeer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/components/MeetingDrawer/ParticipantList/ListPeer.js b/app/src/components/MeetingDrawer/ParticipantList/ListPeer.js index d4b1409..914ae04 100644 --- a/app/src/components/MeetingDrawer/ParticipantList/ListPeer.js +++ b/app/src/components/MeetingDrawer/ParticipantList/ListPeer.js @@ -173,6 +173,7 @@ const ListPeer = (props) => defaultMessage : 'Kick out participant' })} disabled={peer.peerKickInProgress} + color='secondary' onClick={(e) => { e.stopPropagation();