Merge branch 'develop' of https://github.com/matrix-org/matrix-react-sdk into joriks/appearance-tab
This commit is contained in:
commit
69747b6114
55 changed files with 902 additions and 870 deletions
|
@ -144,6 +144,7 @@ export default createReactClass({
|
|||
>
|
||||
<div className={classNames('mx_Dialog_header', {
|
||||
'mx_Dialog_headerWithButton': !!this.props.headerButton,
|
||||
'mx_Dialog_headerWithCancel': !!cancelButton,
|
||||
})}>
|
||||
<div className={classNames('mx_Dialog_title', this.props.titleClass)} id='mx_BaseDialog_title'>
|
||||
{headerImage}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue