From 6ee3bab2668aa64843bd9b5f9e81603b6bc1b2e9 Mon Sep 17 00:00:00 2001 From: Suraj Mahto Date: Wed, 21 Aug 2024 10:25:06 +0530 Subject: [PATCH] feat : updated button hover color --- src/app/create-phygital-detail/page.tsx | 2 +- src/app/create-phygital/page.tsx | 4 ++-- src/app/create-webxr-experience/page.tsx | 2 +- src/app/page.tsx | 4 ++-- src/app/review/page.tsx | 20 ++++++++++---------- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/create-phygital-detail/page.tsx b/src/app/create-phygital-detail/page.tsx index 8d5699e..8d1643c 100644 --- a/src/app/create-phygital-detail/page.tsx +++ b/src/app/create-phygital-detail/page.tsx @@ -439,7 +439,7 @@ export default function CreatePhygitalDetail() {
diff --git a/src/app/create-phygital/page.tsx b/src/app/create-phygital/page.tsx index f7976e7..e86067b 100644 --- a/src/app/create-phygital/page.tsx +++ b/src/app/create-phygital/page.tsx @@ -301,7 +301,7 @@ export default function CreatePhygital() { />
- diff --git a/src/app/page.tsx b/src/app/page.tsx index 35a1872..18efc11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,7 +140,7 @@ export default function Home() {
- @@ -161,7 +161,7 @@ export default function Home() { You have not created any brands yet. Ready to start your journey?

- diff --git a/src/app/review/page.tsx b/src/app/review/page.tsx index b74f6fb..8376187 100644 --- a/src/app/review/page.tsx +++ b/src/app/review/page.tsx @@ -389,7 +389,7 @@ export default function Review() { className={`${activeButton === 'phygital' ? 'bg-[#4187D6] text-white' : 'bg-transparent' - } border border-black text-black`} + } border border-black text-black hover:text-white`} onClick={() => handleButtonClick('phygital')} > Phygital @@ -398,7 +398,7 @@ export default function Review() { className={`${activeButton === 'phygital-details' ? 'bg-[#4187D6] text-white' : 'bg-transparent' - } border border-black text-black`} + } border border-black text-black hover:text-white`} onClick={() => handleButtonClick('phygital-details')} > Additional Details @@ -407,7 +407,7 @@ export default function Review() { className={`${activeButton === 'webxr' ? 'bg-[#4187D6] text-white' : 'bg-transparent' - } border border-black text-black`} + } border border-black text-black hover:text-white`} onClick={() => handleButtonClick('webxr')} > WebXR Experience @@ -454,7 +454,7 @@ export default function Review() {

Category

{editableData.category?.map((category: string | number | bigint | boolean | ReactElement> | Iterable | ReactPortal | Promise | null | undefined, index: Key | null | undefined) => ( - ))} @@ -508,10 +508,10 @@ export default function Review() { />
- -
@@ -602,10 +602,10 @@ export default function Review() {
- - @@ -655,7 +655,7 @@ export default function Review() {
{parsedWebxrData.customizations?.map((customizations: string | number | bigint | boolean | ReactElement> | Iterable | ReactPortal | Promise | null | undefined, index: Key | null | undefined) => ( - ))} @@ -716,7 +716,7 @@ export default function Review() {
-