Skip to content

Commit 70747b5

Browse files
committed
fix: toast
1 parent 9154b5a commit 70747b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "justd/laravel",
3-
"version": "1.4.7",
3+
"version": "1.4.8",
44
"type": "project",
55
"description": "The skeleton application for the Laravel framework.",
66
"keywords": [

resources/js/components/ui/toast.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { useTheme } from "@/components/theme-provider"
21
import { Toaster as ToasterPrimitive, type ToasterProps } from "sonner"
2+
import { useTheme } from "@/utils/use-theme"
33

44
const Toast = ({ ...props }: ToasterProps) => {
55
const { theme = "system" } = useTheme()

0 commit comments

Comments
 (0)