Skip to content

Commit 7f60871

Browse files
authored
Update ResponsiveDataTable.tsx
Signed-off-by: Amit Amrutiya <amitamrutiya2210@gmail.com>
1 parent 297d39a commit 7f60871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/custom/ResponsiveDataTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const dataTableTheme = (theme: Theme, backgroundColor?: string) =>
170170
styleOverrides: {
171171
root: {
172172
'&.Mui-active .MuiTableSortLabel-icon': {
173-
color: theme.palette.text.default
173+
color: theme.palette.icon.default
174174
}
175175
}
176176
}

0 commit comments

Comments
 (0)