fix sort icon color

This commit is contained in:
fmtabbara
2025-01-26 22:42:46 +00:00
committed by Yana
parent b403c68a15
commit 5c937d2a67
+9
View File
@@ -167,6 +167,15 @@ const getTheme = (mode: "light" | "dark"): ThemeOptions => {
},
},
},
MuiTableSortLabel: {
styleOverrides: {
root: {
"&.Mui-active .MuiTableSortLabel-icon": {
color: `${designTokens.palette.text.primary} !important`,
},
},
},
},
MuiOutlinedInput: {
styleOverrides: {},
},