Modified MuiTab component in mui theme
This commit is contained in:
parent
b9e6e24783
commit
8c9971f19d
|
@ -1,7 +1,7 @@
|
||||||
// @flow
|
// @flow
|
||||||
import red from '@material-ui/core/colors/red'
|
import red from '@material-ui/core/colors/red'
|
||||||
import { createMuiTheme } from '@material-ui/core/styles'
|
import { createMuiTheme } from '@material-ui/core/styles'
|
||||||
import { largeFontSize, mediumFontSize, smallFontSize, disabled, primary, secondary, md, lg, background } from './variables'
|
import { largeFontSize, mediumFontSize, smallFontSize, disabled, primary, secondary, md, lg, background, bolder } from './variables'
|
||||||
|
|
||||||
export type WithStyles = {
|
export type WithStyles = {
|
||||||
classes: Object,
|
classes: Object,
|
||||||
|
@ -125,6 +125,12 @@ export default createMuiTheme({
|
||||||
color: primary,
|
color: primary,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
MuiTab: {
|
||||||
|
label: {
|
||||||
|
fontFamily: 'Roboto Mono, monospace',
|
||||||
|
fontWeight: bolder,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
palette,
|
palette,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue