Browse Source

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

factor2
Robert Pintilii 2 years ago
parent
commit
c8ecd47ff5
No account linked to committer's email address

+ 1
- 0
react/features/virtual-background/components/VirtualBackgrounds.tsx View File

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

Loading…
Cancel
Save