Files
jitsi-meet/react/features/visitors/components/native/styles.ts
2024-07-19 09:44:17 +03:00

13 lines
208 B
TypeScript

/**
* The styles of the feature visitors.
*/
export default {
raiseHandButton: {
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
width: '100%'
}
};