Darken colors a bit
This commit is contained in:
parent
fcfdd432b4
commit
41cc4b0cf8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export interface ProductVariantCreateSummaryProps {
|
|||
data: ProductVariantCreateFormData;
|
||||
}
|
||||
|
||||
const colors = [blue, cyan, green, purple, yellow].map(color => color[500]);
|
||||
const colors = [blue, cyan, green, purple, yellow].map(color => color[800]);
|
||||
|
||||
const useStyles = makeStyles((theme: Theme) => ({
|
||||
attributeValue: {
|
||||
|
|
Loading…
Reference in a new issue