Created TextInputDialog
In css, created a generic mx_Dialog_title class for all dialogs
This commit is contained in:
parent
953e138317
commit
7985413893
5 changed files with 102 additions and 7 deletions
|
@ -46,7 +46,7 @@ module.exports = React.createClass({
|
|||
render: function() {
|
||||
return (
|
||||
<div className="mx_QuestionDialog">
|
||||
<div className="mx_QuestionDialogTitle">
|
||||
<div className="mx_Dialog_title">
|
||||
{this.props.title}
|
||||
</div>
|
||||
<div className="mx_Dialog_content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue