Skip to content

Commit

Permalink
Bug: Fixed color of agent link in chat widget being white (chatwoot#522)
Browse files Browse the repository at this point in the history
Co-authored-by: Nithin David Thomas <[email protected]>
  • Loading branch information
venarius and nithindavid authored Feb 20, 2020
1 parent 04c6241 commit 4817f4a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/javascript/widget/components/UserMessageBubble.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 4817f4a

Please sign in to comment.