From 41cc4b0cf8097fdb4306ff99511fda3111c33ca3 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Tue, 24 Sep 2019 14:38:52 +0200 Subject: [PATCH] Darken colors a bit --- .../ProductVariantCreateDialog/ProductVariantCreateSummary.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/products/components/ProductVariantCreateDialog/ProductVariantCreateSummary.tsx b/src/products/components/ProductVariantCreateDialog/ProductVariantCreateSummary.tsx index 62ef027e2..4575178ac 100644 --- a/src/products/components/ProductVariantCreateDialog/ProductVariantCreateSummary.tsx +++ b/src/products/components/ProductVariantCreateDialog/ProductVariantCreateSummary.tsx @@ -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: {