update primary color in theme

This commit is contained in:
Barry Gitarts 2019-08-28 12:15:10 -04:00 committed by Barry G
parent df1f5e8f33
commit c19363dedc

View File

@ -13,6 +13,7 @@ const theme = createMuiTheme({
fontFamily: ['Inter', '-apple-system', 'BlinkMacSystemFont', "Segoe UI", 'Roboto', "Helvetica Neue", 'Arial', "Noto Sans", 'sans-serif', "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"].join(','),
},
palette: {
primary: { 500: '#4360DF' },
common: {
grey: '#F5F7F8'
},