2020-06-12 12:15:16 +02:00

14 lines
219 B
JavaScript

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