We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86057ce commit 82520ffCopy full SHA for 82520ff
package.json
@@ -69,6 +69,7 @@
69
"@emotion/react": "^11.10.4",
70
"@emotion/styled": "^11.10.4",
71
"@gouvfr/dsfr": "1.8.5",
72
+ "@mui/icons-material": "^5.11.0",
73
"@mui/material": "^5.11.0",
74
"@storybook/addon-actions": "^6.5.13",
75
"@storybook/addon-essentials": "^6.5.13",
src/mui.tsx
@@ -171,7 +171,7 @@ export function getMuiDsfrThemeOptions(params: { isDark: boolean }): ThemeOption
171
},
172
"MuiSvgIcon": {
173
"styleOverrides": {
174
- "root": ({ theme }) => ({
+ "colorPrimary": ({ theme }) => ({
175
"color": theme.palette.text.primary
176
})
177
}
0 commit comments