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 10:59:43 +05:30
committed by GitHub
co-authored by Nithin David Thomas
parent 04c62417fa
commit 4817f4a28c
@@ -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>