1
0
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:
Bruno Windels
2018-11-05 09:32:37 +01:00
parent 80afc0982b
commit 46389457e3
7 changed files with 28 additions and 5 deletions

View File

@ -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,
};