Dark mode toggle button does not work with keyboard events
<button type="button" class="dark-mode-toggle">
<span class="sr-only">Toggle Dark Mode</span>
<i class="material-icons light-mode-only">nights_stay</i>
<i class="material-icons dark-mode-only">wb_sunny</i>
</button>
Set focus on button, hit Enter or Space.
Button should react to keyboard events and should toggle the theme.
Nothing happens.
I would like to work on this
Most helpful comment
I would like to work on this