We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eab7b1 commit be02145Copy full SHA for be02145
src/App.tsx
@@ -18,6 +18,7 @@ function App() {
18
setSelectedTheme(theme);
19
}, [themeLoaded]);
20
21
+ // Update meta tag colors when switching themes
22
useEffect(() => {
23
if (document) {
24
document!
0 commit comments