Pārlūkot izejas kodu

[RN] Make the audio muted icon consistent with the web

master
Saúl Ibarra Corretgé 8 gadus atpakaļ
vecāks
revīzija
2968f8edf8

+ 3
- 2
react/features/filmstrip/components/native/AudioMutedIndicator.js Parādīt failu

@@ -1,5 +1,6 @@
1 1
 import React, { Component } from 'react';
2
-import Icon from 'react-native-vector-icons/FontAwesome';
2
+
3
+import { Icon } from '../../../base/font-icons';
3 4
 
4 5
 import styles from './styles';
5 6
 
@@ -15,7 +16,7 @@ export class AudioMutedIndicator extends Component {
15 16
     render() {
16 17
         return (
17 18
             <Icon
18
-                name = 'microphone-slash'
19
+                name = 'mic-disabled'
19 20
                 style = { styles.thumbnailIndicator } />
20 21
         );
21 22
     }

Notiek ielāde…
Atcelt
Saglabāt