Is there a way to customize the AppBar title in Material-UI without using inline styling? I have a separate CSS file and I want to be able to adjust the size of the title, for example.
Something along these lines:
.app-bar title {
font-size: 120px !important;
}
Thank you :)