mirror of
				https://github.com/richard-loafle/fuse-angular.git
				synced 2025-11-04 09:23:35 +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.
 | 
			
		||||
 // 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;
 | 
			
		||||
 */
 | 
			
		||||
export class MatColors
 | 
			
		||||
{
 | 
			
		||||
    public static all = matColors;
 | 
			
		||||
 | 
			
		||||
    public static getColor(colorName)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user