Todd Elvers

Results 3 issues of Todd Elvers

For those of you who love this library like I do but do not want to see it die, please check out my copy of this repo: https://github.com/todd-elvers/react-dark-mode-toggle-2 Contains an...

## TypeScript/Rollup Rewrite - Rewrote library in TypeScript - Changed from default-export syntax to named-export syntax - Rewrote Storybook config & stories in TypeScript - Added Storybook prop controls &...

Clicking on the toggle button produces an outline around the button in Chrome: ![button-outline](https://user-images.githubusercontent.com/5025641/107883812-d0232700-6eb6-11eb-9464-278a716fd87d.png) Adding `outline: "none"` to the `button` element fixes the issue, however that will cause confusion to...