Apply physicalKeyboardHighlightBgColor as background. Fixes #1641

This commit is contained in:
Francisco Hodge 2022-07-24 16:14:39 -04:00
parent 15cfc5cb91
commit ffb4bb3367

View File

@ -47,7 +47,7 @@ class PhysicalKeyboard {
}
if (buttonDOM) {
buttonDOM.style.backgroundColor =
buttonDOM.style.background =
options.physicalKeyboardHighlightBgColor || "#dadce4";
buttonDOM.style.color =
options.physicalKeyboardHighlightTextColor || "black";