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:
parent
04c62417fa
commit
4817f4a28c
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue