UNPKG

material-ui-cordova

Version:

React components that implement Google's Material Design.

23 lines (20 loc) 462 B
// Wait https://github.com/facebook/flow/issues/380 to be fixed /* eslint-disable flowtype/require-valid-file-annotation */ const 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', }; export default lightBlue;