[Update Package] Update material UI package which changed the UI code too.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
import React, { Component } from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
import { grey400 } from 'material-ui/styles/colors'
|
||||
import SvgClose from 'material-ui/svg-icons/navigation/close'
|
||||
import FlatButton from 'material-ui/FlatButton'
|
||||
import SvgClose from 'material-ui-icons/close'
|
||||
import Button from 'material-ui/Button'
|
||||
import Divider from 'material-ui/Divider'
|
||||
import { IDialogTitleComponentProps } from './IDialogTitleComponentProps'
|
||||
import { IDialogTitleComponentState } from './IDialogTitleComponentState'
|
||||
@@ -82,7 +82,7 @@ export default class DialogTitleComponent extends Component<IDialogTitleComponen
|
||||
{title || ''}
|
||||
</div>
|
||||
{ buttonLabel ? (<div style={{ marginTop: '-9px' }}>
|
||||
<FlatButton label={buttonLabel || ''} primary={true} disabled={disabledButton ? disabledButton : false} onClick={onClickButton || (x => x)} />
|
||||
<Button label={buttonLabel || ''} color='primary' disabled={disabledButton ? disabledButton : false} onClick={onClickButton || (x => x)} />
|
||||
</div>) : ''}
|
||||
</div>
|
||||
<Divider />
|
||||
|
||||
Reference in New Issue
Block a user