diff --git a/src/components/Widget/components/Conversation/components/Sender/style.scss b/src/components/Widget/components/Conversation/components/Sender/style.scss index 34a783140..a36195591 100644 --- a/src/components/Widget/components/Conversation/components/Sender/style.scss +++ b/src/components/Widget/components/Conversation/components/Sender/style.scss @@ -50,7 +50,8 @@ &[placeholder]:empty::before { content: attr(placeholder); - color: $grey-0; + color: $grey-0; + cursor: text; } }