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;