UNPKG

material-ui-cordova

Version:

React components that implement Google's Material Design.

23 lines (20 loc) 456 B
// Wait https://github.com/facebook/flow/issues/380 to be fixed /* eslint-disable flowtype/require-valid-file-annotation */ const yellow = { 50: '#fffde7', 100: '#fff9c4', 200: '#fff59d', 300: '#fff176', 400: '#ffee58', 500: '#ffeb3b', 600: '#fdd835', 700: '#fbc02d', 800: '#f9a825', 900: '#f57f17', A100: '#ffff8d', A200: '#ffff00', A400: '#ffea00', A700: '#ffd600', contrastDefaultColor: 'dark', }; export default yellow;