diff --git a/webviews/common/common.css b/webviews/common/common.css index 8ba392521a..9408ac122b 100644 --- a/webviews/common/common.css +++ b/webviews/common/common.css @@ -74,7 +74,7 @@ input[type='submit']:hover:enabled { button.secondary { background-color: var(--vscode-button-secondaryBackground); color: var(--vscode-button-secondaryForeground); - border-color: var(--vscode-button-border, transparent); + border-color: var(--vscode-button-secondaryBorder, transparent); } button.secondary:hover:enabled,