first
This commit is contained in:
13
src/themes/overrides/Tooltip.js
Normal file
13
src/themes/overrides/Tooltip.js
Normal file
@@ -0,0 +1,13 @@
|
||||
// ==============================|| OVERRIDES - TOOLTIP ||============================== //
|
||||
|
||||
export default function Tooltip(theme) {
|
||||
return {
|
||||
MuiTooltip: {
|
||||
styleOverrides: {
|
||||
tooltip: {
|
||||
color: theme.palette.background.paper
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user