Fixed Icon link to proper variant
This commit is contained in:
@@ -7,6 +7,6 @@ package org.jetbrains.kotlin.idea.highlighter;
|
|||||||
|
|
||||||
public class ErrorIconUtil {
|
public class ErrorIconUtil {
|
||||||
public static String getErrorIconUrl() {
|
public static String getErrorIconUrl() {
|
||||||
return "/ide/error.png";
|
return "/general/error.svg";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user