You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add theme provider
* Update src/index.css
Co-authored-by: Russell Dempsey <[email protected]>
* Update src/index.css
Co-authored-by: Russell Dempsey <[email protected]>
* Update src/index.css
Co-authored-by: Russell Dempsey <[email protected]>
* Update src/hooks/theme.ts
Co-authored-by: Russell Dempsey <[email protected]>
* Update src/context/theme-provider.tsx
Co-authored-by: Russell Dempsey <[email protected]>
* Update src/hooks/theme.ts
Co-authored-by: Russell Dempsey <[email protected]>
* Update src/hooks/theme.ts
Co-authored-by: Russell Dempsey <[email protected]>
* refactor: useTheme hook based on feedback provided
* chore: refactor the theme hoook
- previously, pretty much all the keys on the keyboard can trigger the theme toggle when it is focused. we don't want that. Instead we should only limit it to specific keys (spacebar & enter).
- include all the varying colors when the theme is dark on all routes
- extend the Box component to use the theme value instead of explicitly passing it in the style prop across the codebase
* fix: theme uses system settings and listens for changes
* fix: storybook testing
* fix: theme hook and provider context values
---------
Co-authored-by: Russell Dempsey <[email protected]>
0 commit comments