Solved some more bugs and styling
This commit is contained in:
@@ -176,7 +176,7 @@ export default function Reading({exam, showSolutions = false, onFinish}: Props)
|
||||
renderSolution(exam.exercises[exerciseIndex], nextExercise, previousExercise)}
|
||||
{exerciseIndex > -1 && exerciseIndex < exam.exercises.length && (
|
||||
<Button
|
||||
color="green"
|
||||
color="purple"
|
||||
variant="outline"
|
||||
onClick={() => setShowTextModal(true)}
|
||||
className="max-w-[200px] self-end w-full absolute bottom-[31px] right-64">
|
||||
|
||||
Reference in New Issue
Block a user