Skip to content

Commit 6c7bc43

Browse files
committed
⚙️ Fixed pheralb/toast styles
1 parent 6d2b83e commit 6c7bc43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/app/root.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { globals } from "@/globals";
1717

1818
// Styles:
1919
import tailwind from "@/styles/globals.css?url";
20-
import sonnerStyles from "sonner/dist/styles.css?url";
20+
import pheralbToast from "@pheralb/toast/dist/styles.css?url";
2121
import { cn } from "@/utils";
2222

2323
// Layout:
@@ -41,7 +41,7 @@ import clsx from "clsx";
4141
// Links:
4242
export const links: LinksFunction = () => [
4343
{ rel: "stylesheet", href: tailwind },
44-
{ rel: "stylesheet", href: sonnerStyles },
44+
{ rel: "stylesheet", href: pheralbToast },
4545
{
4646
rel: "preload",
4747
as: "font",

0 commit comments

Comments
 (0)