mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-04-18 23:53:12 +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) {
|
if (buttonDOM) {
|
||||||
buttonDOM.style.backgroundColor =
|
buttonDOM.style.background =
|
||||||
options.physicalKeyboardHighlightBgColor || "#dadce4";
|
options.physicalKeyboardHighlightBgColor || "#dadce4";
|
||||||
buttonDOM.style.color =
|
buttonDOM.style.color =
|
||||||
options.physicalKeyboardHighlightTextColor || "black";
|
options.physicalKeyboardHighlightTextColor || "black";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user