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 1e57203 commit b70a3a6Copy full SHA for b70a3a6
src/components/ui/Toaster/index.tsx
@@ -4,7 +4,7 @@ import { useTheme } from "next-themes";
4
import { Toaster as Sonner, ToasterProps } from "sonner";
5
6
const Toaster = ({ ...props }: ToasterProps) => {
7
- const { theme = "system" } = useTheme();
+ const { theme } = useTheme();
8
9
return (
10
<Sonner
0 commit comments