This commit is contained in:
大木火 2026-05-20 02:55:35 +08:00 committed by GitHub
commit ab89154d54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1101,7 +1101,7 @@ export const PromptInputSubmit = ({
if (status === "submitted") {
Icon = <Loader2Icon className="size-4 animate-spin" />;
} else if (status === "streaming") {
Icon = <SquareIcon className="size-4" />;
Icon = <SquareIcon className="size-4 fill-current" />;
} else if (status === "error") {
Icon = <XIcon className="size-4" />;
}