You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-16 06:42:26 +03:00
Make right panel a dark-panel instead of every descendant.
Also move bg color central.
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user