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:
Tim Lange 2020-02-20 06:29:43 +01:00 committed by GitHub
parent 04c62417fa
commit 4817f4a28c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,11 +48,15 @@ export default {
text-align: left;
a {
color: $color-white;
color: $color-primary;
}
&.user {
border-bottom-right-radius: $space-smaller;
a {
color: $color-white;
}
}
}
</style>