Merge pull request #1674 from aidalgol/rebase-dialogs
Normalise dialogs
This commit is contained in:
commit
292a6c5767
12 changed files with 120 additions and 101 deletions
|
@ -76,7 +76,7 @@ export default React.createClass({
|
|||
>
|
||||
<TintableSvg src="img/icons-close-button.svg" width="35" height="35" />
|
||||
</AccessibleButton>
|
||||
<div className='mx_Dialog_title'>
|
||||
<div className={'mx_Dialog_title ' + this.props.titleClass}>
|
||||
{ this.props.title }
|
||||
</div>
|
||||
{ this.props.children }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue