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