material-ui-cordova
Version:
React components that implement Google's Material Design.
27 lines (24 loc) • 534 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 brown = {
50: '#efebe9',
100: '#d7ccc8',
200: '#bcaaa4',
300: '#a1887f',
400: '#8d6e63',
500: '#795548',
600: '#6d4c41',
700: '#5d4037',
800: '#4e342e',
900: '#3e2723',
A100: '#d7ccc8',
A200: '#bcaaa4',
A400: '#8d6e63',
A700: '#5d4037',
contrastDefaultColor: 'light'
};
exports.default = brown;