aboutsummaryrefslogtreecommitdiff
path: root/modern/src/theme/palette.js
blob: 4b07dff5dfffff530b1b8fa044f2f90182114b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export default {
  primary: {
    main: '#1a237e',
  },
  secondary: {
    main: '#4CAF50',
    contrastText: '#FFFFFF',
  },
  colors: {
    positive: '#4CAF50',
    medium: '#ffa000',
    negative: '#f44336',
    neutral: '#9e9e9e',
  },
};