UNPKG

material-ui-cordova

Version:

React components that implement Google's Material Design.

27 lines (24 loc) 541 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 lightBlue = { 50: '#e1f5fe', 100: '#b3e5fc', 200: '#81d4fa', 300: '#4fc3f7', 400: '#29b6f6', 500: '#03a9f4', 600: '#039be5', 700: '#0288d1', 800: '#0277bd', 900: '#01579b', A100: '#80d8ff', A200: '#40c4ff', A400: '#00b0ff', A700: '#0091ea', contrastDefaultColor: 'dark' }; exports.default = lightBlue;