Skip to content

Commit 2fe64ec

Browse files
committed
Made question visible
1 parent e03558b commit 2fe64ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Trivia.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ export default function Trivia() {
572572
style={{ width: `${progressPercent}%` }}
573573
></div>
574574
</div>
575-
<p style={{ textAlign: 'center', color: '#6c757d', marginBottom: '20px' }}>
575+
<p style={{ textAlign: 'center', color: 'white', marginBottom: '20px' }}>
576576
Question {currentQuestionIndex + 1} of {questions.length}
577577
</p>
578578

0 commit comments

Comments
 (0)