jiti-meet/react/features/shared-video/components/native/styles.js

14 lines
212 B
JavaScript

// @flow
/**
* The style of toolbar buttons.
*/
export default {
videoContainer: {
alignItems: 'center',
flex: 1,
flexDirection: 'column',
justifyContent: 'center'
}
};