casey-chow/tigertrade

View on GitHub
client/src/helpers/theme.js

Summary

Maintainability
A
0 mins
Test Coverage
import {
  yellow900, orange800,
} from 'material-ui/styles/colors';

// http://www.material-ui.com/#/customization/themes
export default {
  palette: {
    primary1Color: yellow900,
    primary2Color: orange800,
    pickerHeaderColor: yellow900,
  },
};