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}
value={config.name}
style={{
backgroundColor: "var(--vscode-dropdown-background)",
color: "var(--vscode-dropdown-foreground)",
...optionStyle,
}}>
{config.name}
</option>