From 601e21ffcd9417055c8a539248f8f3ece181b171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BC=D1=8F=D0=BD=20=D0=9C=D0=B8=D0=BD=D0=BA?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Wed, 19 Oct 2022 11:42:28 -0500 Subject: [PATCH] fix: Drops participants count white background. (#12416) * fix: Drops participants count white background. Currently, it is white background with white icon. * squash: Drop unused import. --- react/features/conference/components/web/ParticipantsCount.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/react/features/conference/components/web/ParticipantsCount.js b/react/features/conference/components/web/ParticipantsCount.js index f67613bc9..d0d0974fa 100644 --- a/react/features/conference/components/web/ParticipantsCount.js +++ b/react/features/conference/components/web/ParticipantsCount.js @@ -6,7 +6,6 @@ import type { Dispatch } from 'redux'; import { openDialog } from '../../../base/dialog'; import { IconUserGroups } from '../../../base/icons'; import { Label } from '../../../base/label'; -import { COLORS } from '../../../base/label/constants'; import { getParticipantCount } from '../../../base/participants'; import { connect } from '../../../base/redux'; import { SpeakerStats } from '../../../speaker-stats'; @@ -87,7 +86,6 @@ class ParticipantsCount extends PureComponent { return (