From d5c000d761931b2370ecadb3d88b3c318357c3ce Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Thu, 14 Dec 2017 10:37:11 +0000 Subject: [PATCH] Use correct SL color for the chat textarea. --- services/web/public/stylesheets/core/_common-variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/core/_common-variables.less b/services/web/public/stylesheets/core/_common-variables.less index a49a288088..03f41e5c81 100644 --- a/services/web/public/stylesheets/core/_common-variables.less +++ b/services/web/public/stylesheets/core/_common-variables.less @@ -933,7 +933,7 @@ @chat-message-name-color : @gray-light; @chat-message-box-shadow : -1px 2px 3px #ddd; @chat-message-border-radius : 0; -@chat-new-message-bg : @gray-light; +@chat-new-message-bg : @gray-lightest; @chat-new-message-textarea-bg : #FFF; @chat-new-message-textarea-color : @gray-dark;