Files
jitsi-meet/react/features/base/aspect-ratio/components/styles.js
Lyubo Marinov d0c079dba5 Coding style
2017-11-07 17:27:58 -06:00

15 lines
309 B
JavaScript

import { createStyleSheet } from '../../styles';
/**
* The styles of the feature base/aspect-ratio.
*/
export default createStyleSheet({
/**
* The style of {@link AspectRatioDetector} used on react-native.
*/
aspectRatioDetector: {
alignSelf: 'stretch',
flex: 1
}
});