You can always specify custom styles in the material-ui component by passing it a property styleas follows:
<AppBar style={{ margin: 0 }}/>
This will override the default root element style. If the property you want to change is on the child component, you will need to set it using CSS, if there is no specific property property - ui exposes you.