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;
|
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) => ({
|
const useStyles = makeStyles((theme: Theme) => ({
|
||||||
attributeValue: {
|
attributeValue: {
|
||||||
|
|
Loading…
Reference in a new issue