fix(virtual-background) Style fix (#13016)

pull/13018/head jitsi-meet_8382
Robert Pintilii 2 years ago committed by GitHub
parent 50885e258c
commit c8ecd47ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      react/features/virtual-background/components/VirtualBackgrounds.tsx

@ -130,6 +130,7 @@ const useStyles = makeStyles()(theme => {
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
textAlign: 'center',
...withPixelLineHeight(theme.typography.labelBold),
color: theme.palette.text01,
objectFit: 'cover',

Loading…
Cancel
Save