Skip to content

Commit b75e105

Browse files
authored
Merge pull request #362 from RooVetGit/jm/fix-icon-color-light-theme
Fix icon color - light theme
2 parents 72465c1 + 9418a8f commit b75e105

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/sharp-hairs-itch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,8 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
556556
minWidth: '20px',
557557
display: 'flex',
558558
alignItems: 'center',
559-
justifyContent: 'center'
559+
justifyContent: 'center',
560+
color: 'var(--vscode-button-foreground)',
560561
}}
561562
onClick={() => {
562563
const newCommands = (allowedCommands ?? []).filter((_, i) => i !== index)

0 commit comments

Comments
 (0)