UNPKG

material-ui-cordova

Version:

React components that implement Google's Material Design.

27 lines (24 loc) 531 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 teal = { 50: '#e0f2f1', 100: '#b2dfdb', 200: '#80cbc4', 300: '#4db6ac', 400: '#26a69a', 500: '#009688', 600: '#00897b', 700: '#00796b', 800: '#00695c', 900: '#004d40', A100: '#a7ffeb', A200: '#64ffda', A400: '#1de9b6', A700: '#00bfa5', contrastDefaultColor: 'dark' }; exports.default = teal;