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