Skip to content

Commit cb67cee

Browse files
authored
fix: add color to delta toggle border (#262)
1 parent 3a48531 commit cb67cee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/src/main/java/io/snyk/eclipse/plugin/html/CodeHtmlProvider.java

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public String replaceCssVariables(String html) {
7171
super.getColorAsHex("BUTTON_COLOR", "#375578"));
7272
htmlStyled = htmlStyled.replace("var(--disabled-background-color)",
7373
super.getColorAsHex("org.eclipse.ui.workbench.ACTIVE_TAB_OUTER_KEYLINE_COLOR", "#CCCCCC"));
74+
htmlStyled = htmlStyled.replace("var(--vscode-input-border)", super.getColorAsHex("BUTTON_COLOR", "#375578"));
7475

7576
String htmlWithScripts = replaceAIFixScripts(htmlStyled);
7677

0 commit comments

Comments
 (0)