From 7d3831149c6d3bafe2070ea3a25ed66f8ab32f07 Mon Sep 17 00:00:00 2001 From: Elijah Date: Sun, 28 Jun 2026 13:26:52 -0700 Subject: [PATCH] style: Enhance progress bar visibility across flashcards and quizzes --- src/components/flashcards/FlashcardViewer.tsx | 4 ++-- src/components/quizzes/QuizViewer.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/flashcards/FlashcardViewer.tsx b/src/components/flashcards/FlashcardViewer.tsx index 6d642a7..1dc3199 100644 --- a/src/components/flashcards/FlashcardViewer.tsx +++ b/src/components/flashcards/FlashcardViewer.tsx @@ -309,9 +309,9 @@ export function FlashcardViewer({ cards, deckId, isShared = false, initialProgre {/* Progress bar */} -
+
diff --git a/src/components/quizzes/QuizViewer.tsx b/src/components/quizzes/QuizViewer.tsx index 583f3f3..0b78178 100644 --- a/src/components/quizzes/QuizViewer.tsx +++ b/src/components/quizzes/QuizViewer.tsx @@ -278,9 +278,9 @@ export function QuizViewer({ quiz, retakeIds, isShared = false, onFinished }: Qu
Q {currentIndex + 1} / {order.length}
-
+