feat: adjust gradient

This commit is contained in:
Li Xin 2025-04-20 11:23:58 +08:00
parent 5793b08ba2
commit e20e9066ff

View File

@ -162,7 +162,7 @@ function WebSearchToolCall({ toolCall }: { toolCall: ToolCallRuntime }) {
className="flex h-40 w-40 gap-2 rounded-md text-sm"
>
<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` }}
/>
</li>