mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
fix: custom theme color pickers not working
This commit is contained in:
parent
4cc1c09561
commit
fa669fb274
1 changed files with 2 additions and 0 deletions
|
|
@ -86,6 +86,8 @@ function updateColors(
|
|||
}
|
||||
}
|
||||
|
||||
color = color.replace("##", "#");
|
||||
|
||||
$(".colorConverter").css("color", color);
|
||||
const hexColor: string | undefined = Colors.rgbStringtoHex(
|
||||
$(".colorConverter").css("color")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue