Make profile camera icon use theme.centerChannelBg for background (#2035)
This commit is contained in:
parent
8120867850
commit
b808b3f2e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue