We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab750c commit eb7c71eCopy full SHA for eb7c71e
frontend/src/app/collaboration/components/question.tsx
@@ -434,7 +434,7 @@ const Question = ({
434
<div className="row-span-1 flex flex-col bg-primary-800 rounded-md h-full max-h-[90%] overflow-y-auto">
435
{isLoading && (
436
<div className="flex justify-center p-2">
437
- <MoonLoader size={20} />
+ <MoonLoader size={20} color="#FFFFFF" />
438
</div>
439
)}
440
{chatLogs.length === 0 ? (
0 commit comments