Make profile camera icon use theme.centerChannelBg for background (#2035)

This commit is contained in:
Chris Duarte 2018-08-27 15:52:37 -06:00 committed by Harrison Healey
parent 8120867850
commit b808b3f2e6

View file

@ -118,7 +118,7 @@ export default class ProfilePicture extends PureComponent {
statusStyle = {
width: this.props.statusSize,
height: this.props.statusSize,
backgroundColor: 'white',
backgroundColor: theme.centerChannelBg,
};
statusIcon = (
<FontAwesomeIcon