@mui/material
Version:
React components that implement Google's Material Design.
65 lines (63 loc) • 3.03 kB
TypeScript
/* tslint:disable max-line-length */
/**
*              
*/
declare const lightGreen: {
/**
* Preview: 
*/
50: '#f1f8e9';
/**
* Preview: 
*/
100: '#dcedc8';
/**
* Preview: 
*/
200: '#c5e1a5';
/**
* Preview: 
*/
300: '#aed581';
/**
* Preview: 
*/
400: '#9ccc65';
/**
* Preview: 
*/
500: '#8bc34a';
/**
* Preview: 
*/
600: '#7cb342';
/**
* Preview: 
*/
700: '#689f38';
/**
* Preview: 
*/
800: '#558b2f';
/**
* Preview: 
*/
900: '#33691e';
/**
* Preview: 
*/
A100: '#ccff90';
/**
* Preview: 
*/
A200: '#b2ff59';
/**
* Preview: 
*/
A400: '#76ff03';
/**
* Preview: 
*/
A700: '#64dd17';
};
export default lightGreen;