mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 08:31:37 -05:00
docs: slower pulse animation for search loading (#8490)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user