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