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

13 lines
199 B
JavaScript

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