First Commit
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
/*************************** OVERRIDES - CHARTS AXIS HIGHLIGHT ***************************/
|
||||
|
||||
export default function ChartsAxiasHighlight(theme) {
|
||||
return {
|
||||
MuiChartsAxisHighlight: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
stroke: theme.vars.palette.grey[600]
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user