You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

styles.ts 208B

123456789101112
  1. /**
  2. * The styles of the feature visitors.
  3. */
  4. export default {
  5. raiseHandButton: {
  6. display: 'flex',
  7. alignItems: 'center',
  8. justifyContent: 'center',
  9. width: '100%'
  10. }
  11. };