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