Reactjs – Conditional styling using `sx` in React-Admin
Since makeStyles is deprecated: https://mui.com/system/styles/basics/. I'm trying to implement new approach with sx prop. I'm having trouble understanding how to use it with React-Admin components. Let's say I have a list of Logs which can be Error, Warning, or Info…