From fb1aca165f3fa3321a0bd5881bb1c81f70aff625 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sat, 24 Dec 2022 15:32:15 -0800 Subject: [PATCH] Give the chat text input surrounding a background color --- web/components/chat/ChatTextField/ChatTextField.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/components/chat/ChatTextField/ChatTextField.module.scss b/web/components/chat/ChatTextField/ChatTextField.module.scss index ac5949593..a1e51c40f 100644 --- a/web/components/chat/ChatTextField/ChatTextField.module.scss +++ b/web/components/chat/ChatTextField/ChatTextField.module.scss @@ -6,8 +6,9 @@ bottom: 0px; width: 100%; - padding: 2px 0.1vw; + padding: 4px 0.1vw; overflow-x: hidden; + background-color: var(--theme-color-palette-3); .inputWrap { position: relative;