Skip to content

Commit 71970a0

Browse files
(feat:transit): reduce delay to 250
1 parent 7661273 commit 71970a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/hooks/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export function useDarkTheme() {
115115

116116
export function useLoaderState(
117117
initialState = false,
118-
delay = 500,
118+
delay = 250,
119119
): [boolean, (value: boolean) => void] {
120120
const [state, setState] = useState<boolean>(initialState);
121121

0 commit comments

Comments
 (0)