You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-27 04:21:52 +03:00
add input styling for light and dark panels (leftpanel vs room header)
This commit is contained in:
@ -1287,6 +1287,7 @@ export default React.createClass({
|
||||
|
||||
const headerClasses = {
|
||||
mx_GroupView_header: true,
|
||||
'light-panel': true,
|
||||
mx_GroupView_header_view: !this.state.editing,
|
||||
mx_GroupView_header_isUserMember: this.state.isUserMember,
|
||||
};
|
||||
|
Reference in New Issue
Block a user