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

1234567891011
  1. import BaseTheme from '../../../base/ui/components/BaseTheme.native';
  2. /**
  3. * The styles of the native components of the feature {@code reactions}.
  4. */
  5. export default {
  6. raiseHandButton: {
  7. marginVertical: BaseTheme.spacing[3],
  8. width: 240
  9. }
  10. };