fix(ParticipantsCounter)fixup badge style

This commit is contained in:
Nitish Kumar 2023-02-21 14:47:22 +05:30 committed by GitHub
parent e3c95e376a
commit 9fa426d97f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const useStyles = makeStyles()(theme => {
right: '-4px',
top: '-3px',
textAlign: 'center',
paddingTop: '2px'
padding: '1px'
}
};
});