pull/21833/head
Bruno Windels 2018-11-06 15:29:47 +01:00
parent 4e773c2665
commit b0a47da72c
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ export default class RightPanel extends React.Component {
const classes = classNames("mx_RightPanel", "mx_fadable", { const classes = classNames("mx_RightPanel", "mx_fadable", {
"collapsed": this.props.collapsed, "collapsed": this.props.collapsed,
"mx_fadable_faded": this.props.disabled, "mx_fadable_faded": this.props.disabled,
"dark-panel": true "dark-panel": true,
}); });
return ( return (