Skip to content

Commit b70a3a6

Browse files
committed
feat: finally fix toaster color theme
1 parent 1e57203 commit b70a3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/Toaster/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useTheme } from "next-themes";
44
import { Toaster as Sonner, ToasterProps } from "sonner";
55

66
const Toaster = ({ ...props }: ToasterProps) => {
7-
const { theme = "system" } = useTheme();
7+
const { theme } = useTheme();
88

99
return (
1010
<Sonner

0 commit comments

Comments
 (0)