score:1

Accepted answer

if you want to override the dialogtitle in your theme.js file, or wherever your theme is located, you can do the following:

muidialogtitle: {
  root: {
    color: 'blue'
  }
}

you have to mention the component class name. in the api section of every material ui component, the name is specified here:

enter image description here


Related Query

More Query from same tag