Skip to content

Commit baf4f09

Browse files
authored
Use correct theme color name (microsoft#162238)
For microsoft#162125
1 parent fec2b49 commit baf4f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/contrib/codeAction/browser/codeActionWidget.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
border: 1px solid var(--vscode-editorWidget-border) !important;
1515
border-color: none;
1616
background-color: var(--vscode-editorWidget-background);
17-
color: var(--vscode--editorWidget-foreground);
17+
color: var(--vscode-editorWidget-foreground);
1818
box-shadow: var(--vscode-widget-shadow) 0 2px 8px;
1919
}
2020

0 commit comments

Comments
 (0)