mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-19 19:21:15 -05:00
hq - fix toasts
This commit is contained in:
@@ -9,6 +9,7 @@ import Image from "next/image";
|
||||
import Link from "next/link";
|
||||
import { useRouter } from "next/navigation";
|
||||
import { Fragment } from "react";
|
||||
import { ToastContainer } from "react-toastify";
|
||||
import LoadingSpinner from "../LoadingSpinner";
|
||||
import { Logo } from "../Logo";
|
||||
|
||||
@@ -154,6 +155,7 @@ export default function ProjectsLayout({ params, children }) {
|
||||
</Disclosure>
|
||||
|
||||
<main className="h-full">{children}</main>
|
||||
<ToastContainer />
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
--toastify-text-color-error: #fff;
|
||||
--toastify-spinner-color: #616161;
|
||||
--toastify-spinner-color-empty-area: #e0e0e0;
|
||||
--toastify-color-progress-light: linear-gradient(to right, #7dd3fc, #0ea5e9);
|
||||
--toastify-color-progress-light: linear-gradient(to right, #00c4b8, #00e6ca);
|
||||
--toastify-color-progress-dark: #bb86fc;
|
||||
--toastify-color-progress-info: var(--toastify-color-info);
|
||||
--toastify-color-progress-success: var(--toastify-color-success);
|
||||
|
||||
Reference in New Issue
Block a user