diff --git a/src/theme/mui.js b/src/theme/mui.js index 325d2da9..88886b8c 100644 --- a/src/theme/mui.js +++ b/src/theme/mui.js @@ -25,5 +25,12 @@ export default createMuiTheme({ typography: { fontFamily: 'Montserrat,sans-serif', }, + overrides: { + MuiButton: { + containedPrimary: { + backgroundColor: '#467ee5', + }, + }, + }, palette, }) diff --git a/src/theme/variables.js b/src/theme/variables.js index 379cbc2b..c90b6efd 100644 --- a/src/theme/variables.js +++ b/src/theme/variables.js @@ -1,7 +1,7 @@ // @flow const border = '#e4e8f1' const background = '#f4f4f9' -const primary = '#4a5579' // '#467ee5' // '#1798cc' +const primary = '#4a5579' const secondary = '#13222b' const tertiary = '#f6f9fc' const fontColor = '#4a5579'