style(parameter-hints): update border-radius to use theme variable for consistency

This commit is contained in:
mrleemurray
2026-02-26 12:41:38 +00:00
parent d36272a6c9
commit c95a898747
2 changed files with 1 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
color: var(--vscode-editorHoverWidget-foreground);
background-color: var(--vscode-editorHoverWidget-background);
border: 1px solid var(--vscode-editorHoverWidget-border);
border-radius: var(--vscode-cornerRadius-large);
}
.hc-black .monaco-editor .parameter-hints-widget,