Updated the light.js theme
This commit is contained in:
parent
d4dc3a57b0
commit
69c8106f64
@ -26,6 +26,16 @@ const theme = createTheme({
|
|||||||
lineHeight: '1.5rem',
|
lineHeight: '1.5rem',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
MuiTab: {
|
||||||
|
styleOverrides: {
|
||||||
|
root: {
|
||||||
|
textTransform: 'none',
|
||||||
|
fontWeight: 'bold',
|
||||||
|
fontSize: '1.5rem',
|
||||||
|
color: '#000000',
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user