gregnb / gregnb/mui-datatables
How can I change the color of MUIDataTableToolbar icon hover
Open
question
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
Hi
-I want to override this color of toolbar icon as example below:
MUIDataTableToolbar-icon-982:hover {
color: #fd7e14;
}
-I can override the color of icon, but I don't know how to do with hover, please help
const customTheme = createMuiTheme({
overrides: {
MUIDataTableToolbar: {
icon: {
color: "#dc3545"
},
},
}
});
Thank you.
Lam
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.