Skip to content

Commit 47e693b

Browse files
authored
Use primary button color as accent color (#1859)
1 parent 0cc2f7f commit 47e693b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview/src/shared/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ $header-border-color: var(--vscode-tree-tableColumnsBorder);
1717
$meta-cell-color: var(--vscode-descriptionForeground);
1818

1919
$hover-background-color: var(--vscode-list-hoverBackground);
20-
$accent-color: var(--vscode-focusBorder);
20+
$accent-color: var(--button-primary-background);

0 commit comments

Comments
 (0)