jiti-meet/react/features/dynamic-branding/components/native/styles.ts

16 lines
267 B
TypeScript

export default {
/**
* {@code BrandingImageBackground} Style.
*/
brandingImageBackgroundSvg: {
position: 'absolute'
},
brandingImageBackground: {
height: '100%',
position: 'absolute',
width: '100%'
}
};