Replies: 1 comment
-
|
You can customize the background and color like this: ContainerProps={{
sx: {
background: theme.palette.common.black,
color: theme.palette.common.black
}
}} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't seem to override the background color and font. I am trying the below but it's not working, how do I achieve this?
sx: {
background: theme.palette.common.black,
color: theme.palette.common.black
}
Beta Was this translation helpful? Give feedback.
All reactions