Skip to content

Commit db282ce

Browse files
committed
Mui: Icon text primary
1 parent b05b1f0 commit db282ce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/mui.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,13 @@ function createMuiDsfrTheme(params: { isDark: boolean }): MuiTheme {
182182
"textTransform": "unset"
183183
}
184184
}
185+
},
186+
"MuiSvgIcon": {
187+
"styleOverrides": {
188+
"root": ({ theme }) => ({
189+
"color": theme.palette.text.primary
190+
})
191+
}
185192
}
186193
}
187194
});

0 commit comments

Comments
 (0)