mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Fixes
This commit is contained in:
parent
c50af7226c
commit
e72d9912b2
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ const ServerRow = ({ server }: { server: McpServer }) => {
|
|||
width: "6px",
|
||||
height: "6px",
|
||||
backgroundColor: "white",
|
||||
border: "1px solid #666666",
|
||||
border: "1px solid color-mix(in srgb, #666666 65%, transparent)",
|
||||
borderRadius: "50%",
|
||||
position: "absolute",
|
||||
top: "1px",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue