Merge pull request #585 from vector-im/matthew/dynamic-svg
Make SVGs and CSS dynamically recolourable
This commit is contained in:
commit
d2635373f0
18 changed files with 130 additions and 55 deletions
src/components/views/rooms
|
@ -48,7 +48,7 @@ module.exports = React.createClass({
|
|||
return (
|
||||
<div className="mx_RoomTile" onMouseEnter={this.onMouseEnter} onMouseLeave={this.onMouseLeave} onClick={this.props.onClick}>
|
||||
<div className="mx_RoomTile_avatar">
|
||||
<img src={ this.props.img } width="24" height="24"/>
|
||||
<img src={ this.props.img } width="26" height="26"/>
|
||||
</div>
|
||||
{ label }
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue