Compare commits

..

2 Commits

Author SHA1 Message Date
ef97d8f9b6 fix the conflicts 2025-10-05 11:40:51 +03:30
af0f1993f2 fix the button in tables 2025-10-05 11:39:37 +03:30
6 changed files with 15 additions and 3 deletions

View File

@ -599,7 +599,11 @@ 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,7 +602,11 @@ 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,7 +624,11 @@ 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 hover:bg-pr-green/20"
className="underline text-pr-green underline-offset-4 text-sm"
>
جزئیات بیشتر
</Button> );

View File

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