Use :focus-visible instead of :focus on `<Button variant="thin">`
Author: WesSouzaCreated Dec 5, 2022Updated Dec 5, 2022
Labelsenhancement
Using `:focus-visible` would prevent the button from looking as it was permanently hovered after clicking, but still allow it to have it as a visual focus state.
Source: react95-io/React95