docs: slower pulse animation for search loading (#8490)

This commit is contained in:
Taesu
2026-03-08 12:33:46 +09:00
committed by GitHub
parent 6220a5606a
commit 2f454bbba7

View File

@@ -150,7 +150,7 @@ function LoadingSearchIcon() {
<Search
className={
isLoading
? "size-5 animate-pulse text-foreground duration-200"
? "size-5 animate-pulse text-foreground duration-400"
: "size-5 text-fd-muted-foreground"
}
/>