Ver código fonte

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

factor2
Robert Pintilii 2 anos atrás
pai
commit
c8ecd47ff5
Nenhuma conta vinculada ao e-mail do autor do commit

+ 1
- 0
react/features/virtual-background/components/VirtualBackgrounds.tsx Ver arquivo

130
             display: 'flex',
130
             display: 'flex',
131
             alignItems: 'center',
131
             alignItems: 'center',
132
             justifyContent: 'center',
132
             justifyContent: 'center',
133
+            textAlign: 'center',
133
             ...withPixelLineHeight(theme.typography.labelBold),
134
             ...withPixelLineHeight(theme.typography.labelBold),
134
             color: theme.palette.text01,
135
             color: theme.palette.text01,
135
             objectFit: 'cover',
136
             objectFit: 'cover',

Carregando…
Cancelar
Salvar