Browse Source

Fix icon color - light theme

Joe Manley 1 year ago
parent
commit
14d0b69c79
1 changed files with 2 additions and 1 deletions
  1. 2 1
      webview-ui/src/components/settings/SettingsView.tsx

+ 2 - 1
webview-ui/src/components/settings/SettingsView.tsx

@@ -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)