add input styling for light and dark panels (leftpanel vs room header)
This commit is contained in:
parent
80afc0982b
commit
46389457e3
7 changed files with 28 additions and 5 deletions
|
@ -424,7 +424,7 @@ module.exports = React.createClass({
|
|||
}
|
||||
|
||||
return (
|
||||
<div className={"mx_RoomHeader " + (this.props.editing ? "mx_RoomHeader_editing" : "")}>
|
||||
<div className={"mx_RoomHeader light-panel " + (this.props.editing ? "mx_RoomHeader_editing" : "")}>
|
||||
<div className="mx_RoomHeader_wrapper">
|
||||
<div className="mx_RoomHeader_avatar">{ roomAvatar }</div>
|
||||
{ name }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue