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
- ThemeContext
Implemented ThemeContext to provide a light/dark theme.
- ThemeToggleButton
Added a toggle button to header
- _app
Refined the structure of Map to now utilize PrimerTheme and ThemeContext to utilize theme change easily.
- Header
Adding ThemeToggleButton to the header.
Fixing UI with flex and div
- Header.scss
Fixing UI with flex and justify content
- package.json
Added octicons to utilize theme icons
- global.scss
utilizing react-primer's built in theming to implement light/dark mode. The global css simply applied using the themeProvider's data-color-mode
- ColourStyles.tsx
Added in order to override the react-select components to override default styles and follow current theme.
- LanguageFilter & SDGFilter
Override default react-select style with newly implemented ColourStyles.
0 commit comments