Fix icon color - light theme

This commit is contained in:
Joe Manley
2025-01-14 14:58:24 -08:00
parent 72465c1fc2
commit 14d0b69c79

View File

@@ -556,7 +556,8 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
minWidth: '20px',
display: 'flex',
alignItems: 'center',
justifyContent: 'center'
justifyContent: 'center',
color: 'var(--vscode-button-foreground)',
}}
onClick={() => {
const newCommands = (allowedCommands ?? []).filter((_, i) => i !== index)