From 431e0281a4ca38e338ebb5ea3804817e428da47d Mon Sep 17 00:00:00 2001 From: apanizo Date: Fri, 7 Sep 2018 17:27:26 +0200 Subject: [PATCH] Updating mui theme to match styles --- src/theme/mui.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/theme/mui.js b/src/theme/mui.js index 66b18062..e2953e5b 100644 --- a/src/theme/mui.js +++ b/src/theme/mui.js @@ -40,6 +40,17 @@ export default createMuiTheme({ fontSize: mediumFontSize, }, }, + MuiStepIcon: { + active: { + color: `${secondary} !important`, + }, + }, + MuiTypography: { + body1: { + fontFamily: 'Roboto Mono, monospace', + letterSpacing: '-0.5px', + }, + }, }, palette, })