diff --git a/src/pages/dashboard/Settings.tsx b/src/pages/dashboard/Settings.tsx index c9e8ab0..503b7b9 100644 --- a/src/pages/dashboard/Settings.tsx +++ b/src/pages/dashboard/Settings.tsx @@ -1,7 +1,7 @@ import React, { useState } from 'react'; import { Card } from '../../components/ui/card'; import { Label } from '../../components/ui/label'; -import { Switch } from '../../components/ui/Switch'; +import { switch } from '../../components/ui/switch'; import { useTheme } from '../../contexts/ThemeContext'; import { Button } from '../../components/ui/Button'; import { supabase } from '../../lib/supabase'; @@ -58,7 +58,7 @@ function Settings() {
Enable dark color theme
-