fix: custom theme color pickers not working

This commit is contained in:
Miodec 2025-11-18 16:35:18 +01:00
parent 4cc1c09561
commit fa669fb274

View file

@ -86,6 +86,8 @@ function updateColors(
}
}
color = color.replace("##", "#");
$(".colorConverter").css("color", color);
const hexColor: string | undefined = Colors.rgbStringtoHex(
$(".colorConverter").css("color")