From 7c131598551adc9edd2aa8ef6fba739e1d680344 Mon Sep 17 00:00:00 2001 From: Elijah Date: Sat, 27 Jun 2026 21:08:11 -0700 Subject: [PATCH] fix: Update Next Question button to use primary color for dark mode visibility --- src/components/quizzes/QuizViewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/quizzes/QuizViewer.tsx b/src/components/quizzes/QuizViewer.tsx index 2f1b6db..2a56a0b 100644 --- a/src/components/quizzes/QuizViewer.tsx +++ b/src/components/quizzes/QuizViewer.tsx @@ -426,7 +426,7 @@ export function QuizViewer({ quiz, retakeIds, isShared = false, onFinished }: Qu ) : currentIndex + 1 < order.length ? (