fix sort icon color
This commit is contained in:
@@ -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: {},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user