Cursor changes to default when clicked on button

If you want to make sure that the cursor updates instantly right on the button, try making the button itself not focusable, because otherwise the button itself overrides the cursor


. Hope this helps.

1 Like