jiti-meet/react/features/welcome/components/privacy/components/styles.js

13 lines
201 B
JavaScript

/**
* The styles of the native components of the feature {@code privacy}.
*/
export default {
/**
* Style for screen container.
*/
privacyViewContainer: {
flex: 1
}
};