From 8c9971f19db736fadac63347a66338ec6490d0cb Mon Sep 17 00:00:00 2001 From: apanizo Date: Wed, 17 Oct 2018 17:25:09 +0200 Subject: [PATCH] Modified MuiTab component in mui theme --- src/theme/mui.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/theme/mui.js b/src/theme/mui.js index 731616c6..f6e61f71 100644 --- a/src/theme/mui.js +++ b/src/theme/mui.js @@ -1,7 +1,7 @@ // @flow import red from '@material-ui/core/colors/red' 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 = { classes: Object, @@ -125,6 +125,12 @@ export default createMuiTheme({ color: primary, }, }, + MuiTab: { + label: { + fontFamily: 'Roboto Mono, monospace', + fontWeight: bolder, + }, + }, }, palette, })