Currently implementing the latest Material-UI
library in my project. I am in the process of migrating old CSS files to new MuiStyles.
I am converting it within my MuiStyle object using JavaScript as shown below:
const muiStyle = {
fabStyle: {
display: 'none !important',
}
}
Unfortunately, this approach is not working as expected. Any assistance would be greatly appreciated.