jiti-meet/react/features/conference/components/styles.js

20 lines
388 B
JavaScript
Raw Normal View History

2017-02-16 21:17:05 +00:00
import {
ColorPalette,
createStyleSheet,
fixAndroidViewClipping
} from '../../base/styles';
/**
* The styles of the feature conference.
*/
export default createStyleSheet({
/**
* {@code Conference} style.
*/
2017-02-16 21:17:05 +00:00
conference: fixAndroidViewClipping({
alignSelf: 'stretch',
2016-11-08 22:09:07 +00:00
backgroundColor: ColorPalette.appBackground,
flex: 1
})
});