diff --git a/example/src/components/StyleExample.tsx b/example/src/components/StyleExample.tsx index 659baf0..c2843ef 100644 --- a/example/src/components/StyleExample.tsx +++ b/example/src/components/StyleExample.tsx @@ -242,11 +242,6 @@ export const StyleExample: React.FC = ({ } }; - useEffect(() => { - // Note: Theme is now applied automatically by App.tsx on startup - // This component only handles manual theme switching - }, []); - return (