Fix icon colors
This commit is contained in:
@@ -61,6 +61,7 @@ const ListLobbyPeer = (props) =>
|
|||||||
peer.promotionInProgress ||
|
peer.promotionInProgress ||
|
||||||
promotionInProgress
|
promotionInProgress
|
||||||
}
|
}
|
||||||
|
color='primary'
|
||||||
onClick={(e) =>
|
onClick={(e) =>
|
||||||
{
|
{
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|||||||
@@ -65,6 +65,7 @@ const ListMe = (props) =>
|
|||||||
})}
|
})}
|
||||||
className={me.raisedHand ? classes.green : null}
|
className={me.raisedHand ? classes.green : null}
|
||||||
disabled={me.raisedHandInProgress}
|
disabled={me.raisedHandInProgress}
|
||||||
|
color='primary'
|
||||||
onClick={(e) =>
|
onClick={(e) =>
|
||||||
{
|
{
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
|
|||||||
Reference in New Issue
Block a user