We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72465c1 + 9418a8f commit b75e105Copy full SHA for b75e105
.changeset/sharp-hairs-itch.md
@@ -0,0 +1,5 @@
1
+---
2
+"roo-cline": patch
3
4
+
5
+Fix color for the light+ themes
webview-ui/src/components/settings/SettingsView.tsx
@@ -556,7 +556,8 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
556
minWidth: '20px',
557
display: 'flex',
558
alignItems: 'center',
559
- justifyContent: 'center'
+ justifyContent: 'center',
560
+ color: 'var(--vscode-button-foreground)',
561
}}
562
onClick={() => {
563
const newCommands = (allowedCommands ?? []).filter((_, i) => i !== index)
0 commit comments