Files
jitsi-meet/react/features/shared-video/components/native/styles.js
Calinteodor 430591bd1e feat(shared-video) refactor dialog to use React
Also unify the mobile and web features into one, even though internally they still have separate ways to enable the functionality.
2021-03-03 15:37:38 +01:00

14 lines
219 B
JavaScript

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