Fix color on kick button
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user