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