fix CSS for ChangeAvatar placeholder

This commit is contained in:
Matthew Hodgson 2016-01-20 15:39:56 +00:00
parent edb67b778d
commit 4d2608017b

View file

@ -122,8 +122,7 @@ module.exports = React.createClass({
height: this.props.height,
objectFit: 'cover',
};
// FIXME: surely we should be using MemberAvatar or UserAvatar or something here...
avatarImg = <img className="mx_RoomAvatar" src={this.state.avatarUrl} style={style} />;
avatarImg = <img className="mx_BaseAvatar" src={this.state.avatarUrl} style={style} />;
}
var uploadSection;