mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-01 02:53:07 +08:00
Apply physicalKeyboardHighlightBgColor as background. Fixes #1641
This commit is contained in:
parent
15cfc5cb91
commit
ffb4bb3367
@ -47,7 +47,7 @@ class PhysicalKeyboard {
|
||||
}
|
||||
|
||||
if (buttonDOM) {
|
||||
buttonDOM.style.backgroundColor =
|
||||
buttonDOM.style.background =
|
||||
options.physicalKeyboardHighlightBgColor || "#dadce4";
|
||||
buttonDOM.style.color =
|
||||
options.physicalKeyboardHighlightTextColor || "black";
|
||||
|
Loading…
Reference in New Issue
Block a user