mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-04 04:57:51 +00:00 
			
		
		
		
	Bug: Fixed color of agent link in chat widget being white (#522)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
		@@ -48,11 +48,15 @@ export default {
 | 
				
			|||||||
  text-align: left;
 | 
					  text-align: left;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  a {
 | 
					  a {
 | 
				
			||||||
    color: $color-white;
 | 
					    color: $color-primary;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &.user {
 | 
					  &.user {
 | 
				
			||||||
    border-bottom-right-radius: $space-smaller;
 | 
					    border-bottom-right-radius: $space-smaller;
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    a {
 | 
				
			||||||
 | 
					      color: $color-white;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user