Merge pull request #319958 from microsoft/dev/mjbvz/automatic-cuckoo

Fix css var name
This commit is contained in:
Matt Bierner
2026-06-04 10:31:31 -07:00
committed by GitHub
@@ -22,7 +22,7 @@
margin-top: 4px;
border-radius: 6px;
min-height: 22px;
font-weight: var(--vscode-agents-fontWeight-medium, 500);
font-weight: var(--vscode-agents-fontWeight-semiBold, 600);
cursor: pointer;
user-select: none;
}