Skip to content

Commit

Permalink
Fix Host Audio2 label under light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Sep 19, 2022
1 parent 6655ba0 commit a0369fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Cardinal/src/Widgets.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ struct NanoKnob : Knob {
// bottom label (name)
bndIconLabelValue(args.vg, -w, knobStartY + knobSize + BND_WIDGET_HEIGHT * 0.75f,
w*3, BND_WIDGET_HEIGHT, -1,
SCHEME_WHITE, BND_CENTER,
settings::darkMode ? SCHEME_WHITE : SCHEME_BLACK, BND_CENTER,
BND_LABEL_FONT_SIZE, displayLabel.c_str(), nullptr);
}

Expand Down

0 comments on commit a0369fd

Please sign in to comment.