jiti-meet/react/features/base/aspect-ratio/components/styles.js

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
}
});