chip order details

This commit is contained in:
joshikannan
2025-10-22 13:17:07 +05:30
parent e6c8df5583
commit cf47daa642

View File

@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
// ==============================|| PRESET THEME - DEFAULT ||============================== //
const Default = (colors) => {
const { blue, red, gold, cyan, green, grey,purple } = colors;
const { blue, red, gold, cyan, green, grey, purple } = colors;
const greyColors = {
0: grey[0],
50: grey[1],
@@ -92,6 +92,11 @@ const Default = (colors) => {
darker: cyan[9],
contrastText
},
chip: {
accept: '#5d4037',
arrive: '#009688',
active: '#880e4f'
},
success: {
lighter: green[0],
light: green[3],