Skip to content
Snippets Groups Projects
Commit 606e6857 authored by esikkala's avatar esikkala
Browse files

Increase tooltip font size

parent 26c70acb
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,13 @@ const theme = createMuiTheme({
palette: {
primary: deepPurple,
},
typography: {
useNextVariants: true,
},
overrides: {
MuiTooltip: {
tooltip: {
fontSize: '1 rem'
}
}
}
});
const App = () => (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment