From a567f8543ee90f4c4005b3beb417d383b7e7cce5 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 18 Jan 2023 20:23:50 -0800 Subject: [PATCH] Make chat text input background the same color as chat bg --- web/components/chat/ChatTextField/ChatTextField.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/chat/ChatTextField/ChatTextField.module.scss b/web/components/chat/ChatTextField/ChatTextField.module.scss index a1e51c40f..918c52820 100644 --- a/web/components/chat/ChatTextField/ChatTextField.module.scss +++ b/web/components/chat/ChatTextField/ChatTextField.module.scss @@ -8,7 +8,7 @@ padding: 4px 0.1vw; overflow-x: hidden; - background-color: var(--theme-color-palette-3); + background-color: var(--theme-color-components-chat-background); .inputWrap { position: relative;