feat: implement dynamic viewport theme color management and update meta tag
This commit is contained in:
8
app/components/DynamicViewportTheme.tsx
Normal file
8
app/components/DynamicViewportTheme.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
'use client';
|
||||
|
||||
import { useViewportThemeColor } from '@/hooks/use-viewport-theme-color';
|
||||
|
||||
export default function DynamicViewportTheme() {
|
||||
useViewportThemeColor();
|
||||
return null;
|
||||
}
|
||||
Reference in New Issue
Block a user