2016-03-10 9 views
5

ダイアログ(Material-UI)のタイトルをどのようにすることができますか? ミコードMaterial-UIでDialogタイトルを中心にするにはどうすればいいですか?

<Dialog 
    open={this.state.open} 
    titleStyle = {styles.Dialog} 
    title='Title centered please!' 
    actions={standardActions} 
    onRequestClose={this.handleRequestClose} 
> 

ダイアログは、これが私の作品

title with text "Ingreso de Procedimientos" centered please

+0

だから何あなたがそれを中央にしようとしましたか? –

答えて

10

をboby..asdasdasd:

<Dialog 
    titleStyle={{textAlign: "center"}} 
    ... /> 
関連する問題