Skip to content

Commit fa669fb

Browse files
committed
fix: custom theme color pickers not working
1 parent 4cc1c09 commit fa669fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/ts/elements/settings/theme-picker.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ function updateColors(
8686
}
8787
}
8888

89+
color = color.replace("##", "#");
90+
8991
$(".colorConverter").css("color", color);
9092
const hexColor: string | undefined = Colors.rgbStringtoHex(
9193
$(".colorConverter").css("color")

0 commit comments

Comments
 (0)