Skip to content

Commit

Permalink
Align retrieval spinner with agent message spinner (#1979)
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu authored Oct 5, 2023
1 parent e7a3d39 commit 11f48c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function RetrievalAction({
<div className="grid-cols-auto grid items-center">
{!retrievalAction.documents ? (
<div>
<div className="text-xs font-bold text-element-600">
<div className="pb-2 text-xs font-bold text-element-600">
Retrieving...
</div>
<Spinner size="sm" />
Expand Down

0 comments on commit 11f48c4

Please sign in to comment.