From 82e4c7f88d2270700ba0a9ac6da43dca49f0494a Mon Sep 17 00:00:00 2001
From: ZaeemSheikh <124173573+SheikhZaeem@users.noreply.github.com>
Date: Sat, 25 Jan 2025 12:24:52 +0300
Subject: [PATCH] add hover effect to buttons for improved UI interaction
---
eduaid_web/src/pages/Question_Type.jsx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/eduaid_web/src/pages/Question_Type.jsx b/eduaid_web/src/pages/Question_Type.jsx
index 2068620d..2309ef3a 100644
--- a/eduaid_web/src/pages/Question_Type.jsx
+++ b/eduaid_web/src/pages/Question_Type.jsx
@@ -40,7 +40,7 @@ const Question_Type = () => {
handleOptionClick("get_shortq")}
- className="flex my-3 items-center w-full max-w-lg cursor-pointer rounded-xl gap-6 px-6 py-6 bg-opacity-50 bg-[#202838]"
+ className={`flex my-3 items-center w-full max-w-lg cursor-pointer rounded-xl gap-6 px-6 py-6 bg-opacity-50 bg-[#202838] hover:bg-[#2a3349]`}
>
{
handleOptionClick("get_mcq")}
- className="flex my-3 items-center w-full max-w-lg cursor-pointer rounded-xl gap-6 px-6 py-6 bg-opacity-50 bg-[#202838]"
+ className={`flex my-3 items-center w-full max-w-lg cursor-pointer rounded-xl gap-6 px-6 py-6 bg-opacity-50 bg-[#202838] hover:bg-[#2a3349]`}
>
{
handleOptionClick("get_boolq")}
- className="flex my-3 items-center w-full max-w-lg cursor-pointer rounded-xl gap-6 px-6 py-6 bg-opacity-50 bg-[#202838]"
+ className={`flex my-3 items-center w-full max-w-lg cursor-pointer rounded-xl gap-6 px-6 py-6 bg-opacity-50 bg-[#202838] hover:bg-[#2a3349]`}
>
{
handleOptionClick("get_problems")}
- className="flex my-3 items-center w-full max-w-lg cursor-pointer rounded-xl gap-6 px-6 py-6 bg-opacity-50 bg-[#202838]"
+ className={`flex my-3 items-center w-full max-w-lg cursor-pointer rounded-xl gap-6 px-6 py-6 bg-opacity-50 bg-[#202838] hover:bg-[#2a3349]`}
>