mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
fix:Using optionStyle everywhere correctly
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user