chip order details
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user