I\'m trying to create a loading status indicator using material ui. But I want the background color of dialogue box as none
and also want to adjust the height. But
For the latest version ("@material-ui/core": "^1.2.3"
), here is how it's done:
Take note of the new PaperProps
prop. It's not in the documentation but if you check out the source, they are using PaperProps
as one of the props you can pass in - since this isn't in the docs, this might change with future versions though, so be careful here.