Skip to content

Commit

Permalink
Keyboard.js joystick typo/bug
Browse files Browse the repository at this point in the history
  • Loading branch information
veniware committed Sep 2, 2024
1 parent bda9483 commit 30ec21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Protest/Front/keyboardtester.js
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ class KeyboardTester extends Window {
if (gamepad.buttons[i].pressed) {
anyButton = true;
elements[i].style.backgroundColor = "var(--clr-accent)";
elements[i].style.style.border = "1px solid var(--clr-accent)";
elements[i].style.border = "1px solid var(--clr-accent)";
elements[i].style.filter = "brightness(2.5)";
elements[i].style.boxShadow = "var(--clr-accent) 0 0 4px";
}
Expand Down

0 comments on commit 30ec21c

Please sign in to comment.