diff options
author | Eric Bailey <git@esb.lol> | 2025-08-14 09:51:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-14 09:51:40 -0500 |
commit | 7b2e61bf4dd1e10ade956b2ac091dbb44d41d525 (patch) | |
tree | a29f4b3543bb4846e97af2d4425e311c86826947 /src/components/Toast/const.ts | |
parent | 221623f55aa6c1bbe699c8d409832da110923c76 (diff) | |
download | voidsky-7b2e61bf4dd1e10ade956b2ac091dbb44d41d525.tar.zst |
Integrate Sonner for toasts (#8839)
* Integrate Sonner for toasts * Fix animation on iOS * Refactor API * Update e2e file
Diffstat (limited to 'src/components/Toast/const.ts')
-rw-r--r-- | src/components/Toast/const.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Toast/const.ts b/src/components/Toast/const.ts index 034d0a2fc..d63832bdd 100644 --- a/src/components/Toast/const.ts +++ b/src/components/Toast/const.ts @@ -1 +1 @@ -export const DEFAULT_TOAST_DURATION = 3000 +export const DURATION = 3e3 |