Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

styles.js 337B

12345678910111213141516
  1. // @flow
  2. import { ColorPalette, createStyleSheet } from '../../base/styles';
  3. /**
  4. * The styles of the React {@code Components} of the feature video-quality.
  5. */
  6. export default createStyleSheet({
  7. /**
  8. * Style for the audio-only indicator.
  9. */
  10. indicatorAudioOnly: {
  11. backgroundColor: ColorPalette.green
  12. }
  13. });