Skip to content

Commit a1be62f

Browse files
authored
Merge branch 'master' into dev1-fixed-githubIcon
2 parents 3da9a1b + 7293c0a commit a1be62f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/custom/ResponsiveDataTable.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,15 @@ const dataTableTheme = (theme: Theme, backgroundColor?: string) =>
166166
}
167167
}
168168
},
169+
MuiTableSortLabel: {
170+
styleOverrides: {
171+
root: {
172+
'&.Mui-active .MuiTableSortLabel-icon': {
173+
color: theme.palette.icon.default
174+
}
175+
}
176+
}
177+
},
169178
MUIDataTableHeadCell: {
170179
styleOverrides: {
171180
data: {

0 commit comments

Comments
 (0)