From 01609920bb692516cb8bf0287a11b8e21136614e Mon Sep 17 00:00:00 2001 From: mustafahlvc Date: Sat, 29 Jul 2017 14:17:32 +0300 Subject: [PATCH] MatColors small fix. --- src/app/core/matColors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/core/matColors.ts b/src/app/core/matColors.ts index 3b6a3273..ce1e4089 100644 --- a/src/app/core/matColors.ts +++ b/src/app/core/matColors.ts @@ -335,7 +335,7 @@ const matColors = { } }, - 'lightGreen': { + 'light-green': { 50 : '#f1f8e9', 100 : '#dcedc8', 200 : '#c5e1a5',