Darken colors a bit

This commit is contained in:
dominik-zeglen 2019-09-24 14:38:52 +02:00
parent fcfdd432b4
commit 41cc4b0cf8

View file

@ -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: {