Fix color on kick button

auto_join_3.3
Håvar Aambø Fosstveit 2020-05-05 14:31:02 +02:00
parent 2bb64596b0
commit bf837b3398
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ const ListPeer = (props) =>
defaultMessage : 'Kick out participant' defaultMessage : 'Kick out participant'
})} })}
disabled={peer.peerKickInProgress} disabled={peer.peerKickInProgress}
color='secondary'
onClick={(e) => onClick={(e) =>
{ {
e.stopPropagation(); e.stopPropagation();