jiti-meet/react/features/invite/components/dial-in-summary/native/styles.js

25 lines
417 B
JavaScript
Raw Normal View History

2019-05-07 14:50:57 +00:00
// @flow
import { ColorPalette } from '../../../../base/styles';
export const INDICATOR_COLOR = ColorPalette.lightGrey;
export default {
indicatorWrapper: {
alignItems: 'center',
backgroundColor: ColorPalette.white,
flex: 1,
justifyContent: 'center'
},
webView: {
flex: 1
},
webViewWrapper: {
flex: 1,
flexDirection: 'column'
}
};