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:
parent
cefd7a6e8d
commit
4c3ac659b5
2 changed files with 11 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue