Overriding Styles in Material UI in React
问题 I have a problem overriding the styles in my theme in Material UI in React. I wanted to customize the border of columnsContainer but it isn't working. only the root is working well. Check Here for Codesanbox MuiDataGrid.js export default { root: { backgroundColor: "white", border: `1px solid green`, "& .columnsContainer": { borderBottom: `1px solid 'blue' !important` } } }; 回答1: Below is the correct syntax. The changes compared to your code sandbox are: Replace .columnsContainer with