fix:Using optionStyle everywhere correctly

This commit is contained in:
Prathmesh Vhatkar 2025-01-26 19:10:16 +05:30
parent 63787d1f7b
commit 2d65b8aabe
No known key found for this signature in database
GPG key ID: 5457262D787D0AC1

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>