mirror of
				https://github.com/richard-loafle/fuse-angular.git
				synced 2025-11-04 09:53:34 +00:00 
			
		
		
		
	(@fuse) Removed the unnecessary map wrap
This commit is contained in:
		
							parent
							
								
									1968227e19
								
							
						
					
					
						commit
						d4736e2c02
					
				@ -131,11 +131,11 @@ $dark-base: (
 | 
			
		||||
 | 
			
		||||
    /* Define a light & dark Angular Material theme with the generated palettes */
 | 
			
		||||
    $light-theme: mat.define-light-theme((
 | 
			
		||||
        color: ($palettes)
 | 
			
		||||
        color: $palettes
 | 
			
		||||
    ));
 | 
			
		||||
 | 
			
		||||
    $dark-theme: mat.define-dark-theme((
 | 
			
		||||
        color: ($palettes)
 | 
			
		||||
        color: $palettes
 | 
			
		||||
    ));
 | 
			
		||||
 | 
			
		||||
    /* Merge the custom base colors with the generated themes */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user