mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Remove border color
This commit is contained in:
parent
2d5dcf6a14
commit
f837ecefeb
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ const RangeInput = styled.input<{ $value: number; $min: number; $max: number }>`
|
|||
border-radius: 50%;
|
||||
background: var(--vscode-foreground);
|
||||
cursor: pointer;
|
||||
border: 2px solid var(--vscode-progressBar-background);
|
||||
border: 0px solid var(--vscode-progressBar-background);
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue