update: toast achievement icon & style

This commit is contained in:
Vick Scarlet
2026-08-16 20:06:16 +08:00
committed by 神戸小鳥
parent 1e87b8fb34
commit 5c951f4940
4 changed files with 28 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import Achievement from '@/components/Achievement'
import './Achv.css'
export function ToastAchvContainer() {
const { toasts, handlers } = useToaster({ duration: 1500 }, 'achv-toast')
const { toasts, handlers } = useToaster({ duration: 4000 }, 'achv-toast')
const { startPause, endPause, calculateOffset, updateHeight } = handlers
return (
<div