diff --git a/frontend/src/components/ai-elements/suggestion.tsx b/frontend/src/components/ai-elements/suggestion.tsx index b3e5a3e..7c06e9c 100644 --- a/frontend/src/components/ai-elements/suggestion.tsx +++ b/frontend/src/components/ai-elements/suggestion.tsx @@ -8,7 +8,7 @@ import type { LucideIcon } from "lucide-react"; import { Children, type ComponentProps } from "react"; const STAGGER_DELAY_MS = 60; -const STAGGER_DELAY_MS_OFFSET = 200; +const STAGGER_DELAY_MS_OFFSET = 250; export type SuggestionsProps = ComponentProps; diff --git a/frontend/src/components/workspace/input-box.tsx b/frontend/src/components/workspace/input-box.tsx index 569dbbe..4403f47 100644 --- a/frontend/src/components/workspace/input-box.tsx +++ b/frontend/src/components/workspace/input-box.tsx @@ -384,7 +384,7 @@ export function InputBox({ {isNewThread && searchParams.get("mode") !== "skill" && ( -
+
)} @@ -419,7 +419,7 @@ function SuggestionList() { [textInput], ); return ( - +