Currently, the Switch component lacks an outline when focused, which poses challenges for accessibility and keyboard navigation.
To address this, I've added _focusVisible styles derived from the button component. This improvement enhances visibility and accessibility, ensuring the Switch component is easier to navigate and use.
Currently, the Switch component lacks an outline when focused, which poses challenges for accessibility and keyboard navigation.
To address this, I've added
_focusVisible
styles derived from the button component. This improvement enhances visibility and accessibility, ensuring the Switch component is easier to navigate and use.