mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 20:31:37 -05:00
Merge pull request #362 from RooVetGit/jm/fix-icon-color-light-theme
Fix icon color - light theme
This commit is contained in:
5
.changeset/sharp-hairs-itch.md
Normal file
5
.changeset/sharp-hairs-itch.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"roo-cline": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix color for the light+ themes
|
||||||
@@ -556,7 +556,8 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
|
|||||||
minWidth: '20px',
|
minWidth: '20px',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center'
|
justifyContent: 'center',
|
||||||
|
color: 'var(--vscode-button-foreground)',
|
||||||
}}
|
}}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
const newCommands = (allowedCommands ?? []).filter((_, i) => i !== index)
|
const newCommands = (allowedCommands ?? []).filter((_, i) => i !== index)
|
||||||
|
|||||||
Reference in New Issue
Block a user