Skip to content

Commit eb7c71e

Browse files
committed
Change spinner color
1 parent dab750c commit eb7c71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/collaboration/components/question.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ const Question = ({
434434
<div className="row-span-1 flex flex-col bg-primary-800 rounded-md h-full max-h-[90%] overflow-y-auto">
435435
{isLoading && (
436436
<div className="flex justify-center p-2">
437-
<MoonLoader size={20} />
437+
<MoonLoader size={20} color="#FFFFFF" />
438438
</div>
439439
)}
440440
{chatLogs.length === 0 ? (

0 commit comments

Comments
 (0)