fix:Using optionStyle everywhere correctly

This commit is contained in:
Prathmesh Vhatkar
2025-01-26 19:10:16 +05:30
parent 63787d1f7b
commit 2d65b8aabe

View File

@@ -790,8 +790,7 @@ const ChatTextArea = forwardRef<HTMLTextAreaElement, ChatTextAreaProps>(
key={config.name} key={config.name}
value={config.name} value={config.name}
style={{ style={{
backgroundColor: "var(--vscode-dropdown-background)", ...optionStyle,
color: "var(--vscode-dropdown-foreground)",
}}> }}>
{config.name} {config.name}
</option> </option>