Make right panel a dark-panel instead of every descendant.
Also move bg color central.
This commit is contained in:
parent
92e43ea181
commit
4e773c2665
13 changed files with 10 additions and 12 deletions
|
@ -213,6 +213,7 @@ export default class RightPanel extends React.Component {
|
|||
const classes = classNames("mx_RightPanel", "mx_fadable", {
|
||||
"collapsed": this.props.collapsed,
|
||||
"mx_fadable_faded": this.props.disabled,
|
||||
"dark-panel": true
|
||||
});
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue