Skip to content

Commit

Permalink
[RN] Make the audio muted icon consistent with the web
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul authored and lyubomir committed Jul 7, 2017
1 parent 5c094bf commit 2968f8e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, { Component } from 'react';
import Icon from 'react-native-vector-icons/FontAwesome';

import { Icon } from '../../../base/font-icons';

import styles from './styles';

Expand All @@ -15,7 +16,7 @@ export class AudioMutedIndicator extends Component {
render() {
return (
<Icon
name = 'microphone-slash'
name = 'mic-disabled'
style = { styles.thumbnailIndicator } />
);
}
Expand Down

0 comments on commit 2968f8e

Please sign in to comment.