mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Fix icon color - light theme
This commit is contained in:
parent
72465c1fc2
commit
14d0b69c79
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue