mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
MatColors cleanup.
This commit is contained in:
parent
01609920bb
commit
33f80e659b
|
@ -637,19 +637,12 @@ const matColors = {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export class MatColors
|
/**
|
||||||
{
|
|
||||||
// public static colors =
|
|
||||||
// Color palettes from the Material Design spec.
|
// Color palettes from the Material Design spec.
|
||||||
// See https://www.google.com/design/spec/style/color.html
|
// See https://www.google.com/design/spec/style/color.html
|
||||||
//
|
*/
|
||||||
|
export class MatColors
|
||||||
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 all = matColors;
|
||||||
|
|
||||||
public static getColor(colorName)
|
public static getColor(colorName)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user