From 32290a3172ee0f30f2b093c31e7071e978f879cd Mon Sep 17 00:00:00 2001 From: RaymondVerhoef Date: Wed, 15 Jul 2026 14:43:01 +0200 Subject: [PATCH] fix: shrink test question heading size Question text used h2/text-xl, making it stand out more than intended; reduced to h3/text-base in both the weekly theme test and on-demand topic test. Co-Authored-By: Claude Sonnet 5 --- src/pages/Testen.jsx | 2 +- src/pages/TopicTest.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Testen.jsx b/src/pages/Testen.jsx index 4c18223..406d617 100644 --- a/src/pages/Testen.jsx +++ b/src/pages/Testen.jsx @@ -375,7 +375,7 @@ const Testen = () => {
{q.topicLabel}
-

{q.question}

+

{q.question}

{/* Options */} diff --git a/src/pages/TopicTest.jsx b/src/pages/TopicTest.jsx index 0a0f284..36ae6ce 100644 --- a/src/pages/TopicTest.jsx +++ b/src/pages/TopicTest.jsx @@ -431,7 +431,7 @@ const TopicTest = () => { {pickedTopic?.label} {!q.isUnseen && Practice (no points)} -

{q.question}

+

{q.question}