1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-07-04 06:10:18 +00:00

Fix a bug where the Dark colour wasn't being correctly applied.

This commit is contained in:
Ian Gray
2022-01-13 18:26:50 +00:00
parent a9460c8c69
commit 3b8f71a0f5
3 changed files with 4 additions and 3 deletions

1
data/js/controls.js vendored
View File

@ -102,6 +102,7 @@ function colorClass(colorId) {
case C_ALIZARIN:
return "alizarin";
case C_DARK:
case C_NONE:
return "dark";
default: