mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-23 08:25:57 +00:00
feat: adjust gradient
This commit is contained in:
@@ -162,7 +162,7 @@ function WebSearchToolCall({ toolCall }: { toolCall: ToolCallRuntime }) {
|
|||||||
className="flex h-40 w-40 gap-2 rounded-md text-sm"
|
className="flex h-40 w-40 gap-2 rounded-md text-sm"
|
||||||
>
|
>
|
||||||
<Skeleton
|
<Skeleton
|
||||||
className="to-accent h-full w-full rounded-md bg-gradient-to-tl from-slate-300"
|
className="to-accent h-full w-full rounded-md bg-gradient-to-tl from-slate-400"
|
||||||
style={{ animationDelay: `${i * 0.2}s` }}
|
style={{ animationDelay: `${i * 0.2}s` }}
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user