e.stopPropagation()}
>

@@ -20,13 +51,45 @@ function QrResult({ book, grades, checked }) {
{_.join(["پایه", grades[book.grade]], " ")}
-
{_.join(["شما در حال مطالعه صفحه", book.page, "هستید."], " ")}
+
+ {_.join(["شما در حال مطالعه صفحه", book.page, "هستید."], " ")}
+
- 0 ? "opacity-0 z-0" : "opacity-100 z-30",
],
" "
diff --git a/src/views/Home/Test/Question.js b/src/views/Home/Test/Question.js
index 33e66ba..974742b 100644
--- a/src/views/Home/Test/Question.js
+++ b/src/views/Home/Test/Question.js
@@ -24,7 +24,7 @@ export default function Question({ question }) {
)}
style={{
backgroundColor: select === option ? "#32af00" : "transparent",
- borderColor: select === option ? "transparent" : "#f5f5f5",
+ borderColor: select === option ? "transparent" : "#777",
borderWidth: 1,
borderStyle: "solid",
}}
diff --git a/src/views/Home/Test/index.js b/src/views/Home/Test/index.js
index 5bfd144..da8d088 100644
--- a/src/views/Home/Test/index.js
+++ b/src/views/Home/Test/index.js
@@ -60,7 +60,7 @@ export default function Test({ title, duration, questions }) {
>