Skip to content

Commit

Permalink
fix missing background color in the submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush272002 committed Dec 11, 2024
1 parent aa8f7e5 commit a14bbb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default function AssignmentPage() {
</motion.button>
</DialogTrigger>

<DialogContent className="bg-[#f5fdc] text-black p-8 rounded-lg shadow-xl">
<DialogContent className="bg-stone-200 text-black p-8 rounded-lg shadow-xl">
<DialogHeader>
<DialogTitle className="text-2xl font-bold">
Upload Your Assignment
Expand Down

0 comments on commit a14bbb8

Please sign in to comment.