We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9154b5a commit 70747b5Copy full SHA for 70747b5
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "justd/laravel",
3
- "version": "1.4.7",
+ "version": "1.4.8",
4
"type": "project",
5
"description": "The skeleton application for the Laravel framework.",
6
"keywords": [
resources/js/components/ui/toast.tsx
@@ -1,5 +1,5 @@
-import { useTheme } from "@/components/theme-provider"
import { Toaster as ToasterPrimitive, type ToasterProps } from "sonner"
+import { useTheme } from "@/utils/use-theme"
const Toast = ({ ...props }: ToasterProps) => {
const { theme = "system" } = useTheme()
0 commit comments