diff --git a/frontend/app/components/ChatWindow.tsx b/frontend/app/components/ChatWindow.tsx
index f4aa4dd0c..0faabd6e4 100644
--- a/frontend/app/components/ChatWindow.tsx
+++ b/frontend/app/components/ChatWindow.tsx
@@ -253,6 +253,10 @@ export function ChatWindow(props: { conversationId: string }) {
setLlm(e.target.value);
}}
width={"240px"}
+ style={{
+ backgroundColor: "#131318",
+ color: "#f8f8f8",
+ }}
>