From 33f80e659b2d1281529c0aab4d6695d9d3fa191f Mon Sep 17 00:00:00 2001 From: mustafahlvc Date: Sat, 29 Jul 2017 14:19:40 +0300 Subject: [PATCH] MatColors cleanup. --- src/app/core/matColors.ts | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/src/app/core/matColors.ts b/src/app/core/matColors.ts index ce1e4089..a37eb9eb 100644 --- a/src/app/core/matColors.ts +++ b/src/app/core/matColors.ts @@ -637,19 +637,12 @@ const matColors = { }, }; +/** + // Color palettes from the Material Design spec. + // See https://www.google.com/design/spec/style/color.html + */ export class MatColors { - // public static colors = - // Color palettes from the Material Design spec. - // See https://www.google.com/design/spec/style/color.html - // - - public static black87 = black87; - public static white87 = white87; - public static black12 = black12; - public static white12 = white12; - public static black6 = black6; - public static white6 = white6; public static all = matColors; public static getColor(colorName)