Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

make toast shorter (#4821)

authored by

Hailey and committed by
GitHub
bfb7f6ef efde018b

+1 -1
+1 -1
src/view/com/util/Toast.tsx
··· 12 12 import {Text} from '#/components/Typography' 13 13 import {IS_TEST} from '#/env' 14 14 15 - const TIMEOUT = 3.7e3 15 + const TIMEOUT = 2e3 16 16 17 17 export function show( 18 18 message: string,