make toast shorter (#4821)

zio/stable
Hailey 2024-07-24 14:23:37 -07:00 committed by GitHub
parent efde018b13
commit bfb7f6efef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import {atoms as a, useTheme} from '#/alf'
import {Text} from '#/components/Typography'
import {IS_TEST} from '#/env'
const TIMEOUT = 3.7e3
const TIMEOUT = 2e3
export function show(
message: string,