Compare commits

..

No commits in common. "ef97d8f9b68e5abdbd677042cc6a302904e92ee2" and "a14faab82da07fc3009ec8503f8bf6b143633a4c" have entirely different histories.

6 changed files with 3 additions and 15 deletions

View File

@ -599,11 +599,7 @@ export function DigitalInnovationPage() {
variant="ghost"
size="sm"
onClick={() => handleProjectDetails(item)}
<<<<<<< HEAD
className="text-pr-green underline-offset-4 underline font-normal p-2 h-auto"
=======
className="text-pr-green hover:text-pr-green underline-offset-4 underline font-normal hover:bg-emerald-500/20 p-2 h-auto"
>>>>>>> a14faab82da07fc3009ec8503f8bf6b143633a4c
>
جزئیات بیشتر
</Button>

View File

@ -602,11 +602,7 @@ export function GreenInnovationPage() {
variant="ghost"
size="sm"
onClick={() => handleProjectDetails(item)}
<<<<<<< HEAD
className="text-pr-green underline-offset-4 underline font-normal p-2 h-auto"
=======
className="text-pr-green hover:text-pr-green underline-offset-4 underline font-normal hover:bg-emerald-500/20 p-2 h-auto"
>>>>>>> a14faab82da07fc3009ec8503f8bf6b143633a4c
>
جزئیات بیشتر
</Button>

View File

@ -624,11 +624,7 @@ export function InnovationBuiltInsidePage() {
variant="ghost"
size="sm"
onClick={() => handleProjectDetails(item)}
<<<<<<< HEAD
className="text-pr-green underline-offset-4 underline font-normal p-2 h-auto"
=======
className="text-pr-green hover:text-pr-green underline-offset-4 underline font-normal hover:bg-emerald-500/20 p-2 h-auto"
>>>>>>> a14faab82da07fc3009ec8503f8bf6b143633a4c
>
جزئیات بیشتر
</Button>

View File

@ -717,7 +717,7 @@ export function ManageIdeasTechPage() {
variant="ghost"
size="sm"
onClick={() => handleShowDetails(item)}
className="underline text-pr-green underline-offset-4 text-sm"
className="underline text-pr-green underline-offset-4 text-sm hover:bg-pr-green/20"
>
جزئیات بیشتر
</Button> );

View File

@ -533,7 +533,7 @@ export function ProcessInnovationPage() {
variant="ghost"
size="sm"
onClick={() => handleProjectDetails(item)}
className="text-pr-green underline-offset-4 underline font-normal p-2 h-auto"
className="text-pr-green hover:text-pr-green underline-offset-4 underline font-normal hover:bg-pr-green p-2 h-auto"
>
جزئیات بیشتر
</Button>

View File

@ -616,7 +616,7 @@ export function ProductInnovationPage() {
size="sm"
onClick={() => {
handleProjectDetails(item)}}
className="text-emerald-400 underline underline-offset-4 font-ligth text-sm p-2 h-auto"
className="text-emerald-400 underline underline-offset-4 font-ligth text-sm hover:bg-emerald-500/20 p-2 h-auto"
>
جزئیات بیشتر
</Button>