1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-20 06:45:12 +03:00

The PID slider heatmap now works with the dark theme

This commit is contained in:
Andrew Young 2019-12-24 01:53:31 +00:00
parent cefd7a6e8d
commit 4c3ac659b5
2 changed files with 11 additions and 10 deletions

View file

@ -2134,7 +2134,7 @@ TABS.pid_tuning.updateFilterWarning = function() {
TABS.pid_tuning.updatePIDColors = function(clear = false) {
const setTuningElementColor = function(element, mspValue, currentValue) {
if (clear) {
element.css({ "background-color": "white" });
element.css({ "background-color": "transparent" });
return;
}