You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Notification component is using Snackbar, that would be great to customize SnackBar style for example.
What you were expecting:
I want to customize anchorOriginBottomCenter css property from SnackBar : <Notification classes={{ root: ..., anchorOriginBottomCenter: classes.anchorPosition }}
What happened instead: <Notification /> ignore classes
Since Notification component is using Snackbar, that would be great to customize SnackBar style for example.
What you were expecting:
I want to customize
anchorOriginBottomCenter
css property from SnackBar :<Notification classes={{ root: ..., anchorOriginBottomCenter: classes.anchorPosition }}
What happened instead:
<Notification />
ignore classesSteps to reproduce:
Create a notification component, try to modify SnackBar through the css api https://material-ui.com/api/snackbar/#css-api
The text was updated successfully, but these errors were encountered: