material-ui-cordova
Version:
React components that implement Google's Material Design.
27 lines (24 loc) • 544 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
// Wait https://github.com/facebook/flow/issues/380 to be fixed
/* eslint-disable flowtype/require-valid-file-annotation */
var deepOrange = {
50: '#fbe9e7',
100: '#ffccbc',
200: '#ffab91',
300: '#ff8a65',
400: '#ff7043',
500: '#ff5722',
600: '#f4511e',
700: '#e64a19',
800: '#d84315',
900: '#bf360c',
A100: '#ff9e80',
A200: '#ff6e40',
A400: '#ff3d00',
A700: '#dd2c00',
contrastDefaultColor: 'light'
};
exports.default = deepOrange;