UNPKG

@mui/material

Version:

React components that implement Google's Material Design.

24 lines (23 loc) 426 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const 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' }; var _default = teal; exports.default = _default;