material-ui-cordova
Version:
React components that implement Google's Material Design.
27 lines (24 loc) • 531 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 lime = {
50: '#f9fbe7',
100: '#f0f4c3',
200: '#e6ee9c',
300: '#dce775',
400: '#d4e157',
500: '#cddc39',
600: '#c0ca33',
700: '#afb42b',
800: '#9e9d24',
900: '#827717',
A100: '#f4ff81',
A200: '#eeff41',
A400: '#c6ff00',
A700: '#aeea00',
contrastDefaultColor: 'dark'
};
exports.default = lime;