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 202B

1234567891011
  1. /**
  2. * The style of toolbar buttons.
  3. */
  4. export default {
  5. videoContainer: {
  6. alignItems: 'center',
  7. flex: 1,
  8. flexDirection: 'column',
  9. justifyContent: 'center'
  10. }
  11. };