We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc1c09 commit fa669fbCopy full SHA for fa669fb
1 file changed
frontend/src/ts/elements/settings/theme-picker.ts
@@ -86,6 +86,8 @@ function updateColors(
86
}
87
88
89
+ color = color.replace("##", "#");
90
+
91
$(".colorConverter").css("color", color);
92
const hexColor: string | undefined = Colors.rgbStringtoHex(
93
$(".colorConverter").css("color")
0 commit comments