jiti-meet/react/features/base/participants/components/styles.js

16 lines
308 B
JavaScript
Raw Normal View History

import { createStyleSheet } from '../../styles';
/**
* The styles of the feature base/participants.
*/
export default createStyleSheet({
/**
* {@code ParticipantView} style.
*/
participantView: {
alignItems: 'stretch',
flex: 1,
justifyContent: 'center'
}
});