Change style of the MKB Settings button

This commit is contained in:
redphx 2024-04-12 18:27:42 +07:00
parent 1bdfa6c23f
commit 90a5613959

View File

@ -5624,6 +5624,7 @@ class MkbHandler {
this.#$message = CE('div', {'class': 'bx-mkb-pointer-lock-msg bx-gone'},
createButton({
icon: Icon.MOUSE_SETTINGS,
style: ButtonStyle.PRIMARY,
onClick: e => {
e.preventDefault();
e.stopPropagation();