update duration

This commit is contained in:
chark1es 2025-03-01 17:53:43 -08:00
parent 3f8e01487f
commit e31df99078

View file

@ -22,7 +22,7 @@ export default function ToastProvider() {
style: { style: {
background: 'red', background: 'red',
}, },
duration: 5000, duration: 2000,
}, },
}} }}
/> />