mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-23 13:26:41 +00:00
use bottom sheet instead of vaul drawer
This commit is contained in:
@@ -6,7 +6,7 @@ import * as React from "react";
|
||||
import type { ToastActionElement, ToastProps } from "@/components/ui/toast";
|
||||
|
||||
const TOAST_LIMIT = 3;
|
||||
const TOAST_REMOVE_DELAY = 5 * 1000;
|
||||
const TOAST_REMOVE_DELAY = 1 * 1000;
|
||||
|
||||
type ToasterToast = ToastProps & {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user