UNPKG

material-ui-cordova

Version:

React components that implement Google's Material Design.

27 lines (24 loc) 533 B
'use strict'; 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 green = { 50: '#e8f5e9', 100: '#c8e6c9', 200: '#a5d6a7', 300: '#81c784', 400: '#66bb6a', 500: '#4caf50', 600: '#43a047', 700: '#388e3c', 800: '#2e7d32', 900: '#1b5e20', A100: '#b9f6ca', A200: '#69f0ae', A400: '#00e676', A700: '#00c853', contrastDefaultColor: 'dark' }; exports.default = green;