Support CSS theme variables in DataGrid and DatePickers #6702
Labels
component: data grid
This is the name of the generic UI component, not the React module!
component: pickers
This is the name of the generic UI component, not the React module!
customization: css
Design CSS customizability
Duplicates
Latest version
Summary 💡
Migrating the
https://mui.com/x/
to use CSS theme variables (mui/material-ui#34922) is blocked by the MUI X components (data grid and date pickers) because they are not yet supporting the feature.Examples 🌈
Motivation 🔦
@mui/material
has landed an experimental API for supporting CSS theme variables which is a new feature without breaking changes.There are some part of the code in MUI X (data grid and date pickers) that uses
theme.palette.*
so the updates can be done the same as mui/material-ui#32049.Order ID 💳 (optional)
No response
The text was updated successfully, but these errors were encountered: