From b7b09fca66c3bf09ffd86208f15480d5a9e789d0 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Mon, 29 May 2023 20:36:42 +0100 Subject: [PATCH] button style changed --- src/components/jobPopout/OfferJobPopout.jsx | 8 ++++---- src/components/jobPopout/PendingJobsPopout.jsx | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/jobPopout/OfferJobPopout.jsx b/src/components/jobPopout/OfferJobPopout.jsx index ad4a8d8..43e38f2 100644 --- a/src/components/jobPopout/OfferJobPopout.jsx +++ b/src/components/jobPopout/OfferJobPopout.jsx @@ -91,7 +91,7 @@ function OfferJobPopout({details, onClose, situation}) {
-

Opportunity to make some money by introducing 10 of our recent stories from our

+

{details.title}

{/* INPUT SECTION */}
@@ -148,7 +148,7 @@ function OfferJobPopout({details, onClose, situation}) { name='accept' onClick={handleOffer} disabled={requestStatus.loading} - className='px-2 py-1 text-sm text-white btn-gradient tracking-wide rounded-md'> + className='px-2 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white'> Accept Offer } @@ -162,7 +162,7 @@ function OfferJobPopout({details, onClose, situation}) { name='reject' onClick={handleOffer} disabled={requestStatus.loading} - className='px-2 py-1 text-sm text-white bg-red-500 hover:opacity-90 rounded-md'> + className='px-2 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white'> Reject Offer } @@ -191,7 +191,7 @@ function OfferJobPopout({details, onClose, situation}) { onClick={onClose} disabled={requestStatus.loading} type="button" - className=" border-gradient text-18 tracking-wide px-2 py-2 rounded-full" + className="border-gradient text-18 tracking-wide px-2 py-2 rounded-full" > Cancel diff --git a/src/components/jobPopout/PendingJobsPopout.jsx b/src/components/jobPopout/PendingJobsPopout.jsx index 2e09051..ed55f5b 100644 --- a/src/components/jobPopout/PendingJobsPopout.jsx +++ b/src/components/jobPopout/PendingJobsPopout.jsx @@ -39,7 +39,7 @@ function PendingJobsPopout({details, onClose, situation}) {
-

Opportunity to make some money by introducing 10 of our recent stories from our

+

{details.title}

!
@@ -110,15 +110,15 @@ function PendingJobsPopout({details, onClose, situation}) {
- +
- +
- +