client: add missing semicolon

This commit is contained in:
Adorian Doran
2025-10-19 00:15:06 +03:00
parent 87f1cb23be
commit 5b75d20c80

View File

@@ -34,7 +34,7 @@ function createClassForColor(colorString: string | null) {
$("head").append(`<style> $("head").append(`<style>
.${className}, span.fancytree-active.${className} { .${className}, span.fancytree-active.${className} {
--light-theme-custom-color: ${adjustedColor.lightThemeColor}; --light-theme-custom-color: ${adjustedColor.lightThemeColor};
--dark-theme-custom-color: ${adjustedColor.darkThemeColor} --dark-theme-custom-color: ${adjustedColor.darkThemeColor};
} }
</style>`); </style>`);