Skip to content

Commit 14d0b69

Browse files
committed
Fix icon color - light theme
1 parent 72465c1 commit 14d0b69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)