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

14 lines
219 B
JavaScript
Raw Normal View History

2020-06-12 10:15:16 +00:00
// @flow
/**
* The style of toolbar buttons.
*/
export default {
youtubeVideoContainer: {
alignItems: 'center',
flex: 1,
flexDirection: 'column',
justifyContent: 'center'
}
};