(t: Theme)
| 56 | }, [theme]) |
| 57 | |
| 58 | const setTheme = (t: Theme) => { |
| 59 | setThemeState(t) |
| 60 | localStorage.setItem(storageKey, t) |
| 61 | } |
| 62 | |
| 63 | return ( |
| 64 | <ThemeContext.Provider value={{ theme, resolvedTheme, setTheme }}> |
no outgoing calls
no test coverage detected