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:
1
data/js/controls.js
vendored
1
data/js/controls.js
vendored
@ -102,6 +102,7 @@ function colorClass(colorId) {
|
||||
case C_ALIZARIN:
|
||||
return "alizarin";
|
||||
|
||||
case C_DARK:
|
||||
case C_NONE:
|
||||
return "dark";
|
||||
default:
|
||||
|
Reference in New Issue
Block a user