diff --git a/react/features/participants-pane/components/web/ParticipantsCounter.tsx b/react/features/participants-pane/components/web/ParticipantsCounter.tsx index 561bd9b38..f48ebe43e 100644 --- a/react/features/participants-pane/components/web/ParticipantsCounter.tsx +++ b/react/features/participants-pane/components/web/ParticipantsCounter.tsx @@ -19,7 +19,7 @@ const useStyles = makeStyles()(theme => { right: '-4px', top: '-3px', textAlign: 'center', - paddingTop: '2px' + padding: '1px' } }; });