From 2d65b8aabe93a84f60bc987effd21532562134fc Mon Sep 17 00:00:00 2001 From: Prathmesh Vhatkar Date: Sun, 26 Jan 2025 19:10:16 +0530 Subject: [PATCH] fix:Using optionStyle everywhere correctly --- webview-ui/src/components/chat/ChatTextArea.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webview-ui/src/components/chat/ChatTextArea.tsx b/webview-ui/src/components/chat/ChatTextArea.tsx index 834e10b..fa00fc1 100644 --- a/webview-ui/src/components/chat/ChatTextArea.tsx +++ b/webview-ui/src/components/chat/ChatTextArea.tsx @@ -790,8 +790,7 @@ const ChatTextArea = forwardRef( key={config.name} value={config.name} style={{ - backgroundColor: "var(--vscode-dropdown-background)", - color: "var(--vscode-dropdown-foreground)", + ...optionStyle, }}> {config.name}