Created TextInputDialog
In css, created a generic mx_Dialog_title class for all dialogs
This commit is contained in:
@@ -48,7 +48,7 @@ module.exports = React.createClass({
|
||||
render: function() {
|
||||
return (
|
||||
<div className="mx_ErrorDialog">
|
||||
<div className="mx_ErrorDialogTitle">
|
||||
<div className="mx_Dialog_title">
|
||||
{this.props.title}
|
||||
</div>
|
||||
<div className="mx_Dialog_content">
|
||||
|
||||
Reference in New Issue
Block a user