fix the button in tables

This commit is contained in:
Saeed AB 2025-10-05 11:39:37 +03:30
parent e5302e114b
commit af0f1993f2
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

@ -717,7 +717,7 @@ export function ManageIdeasTechPage() {
variant="ghost" variant="ghost"
size="sm" size="sm"
onClick={() => handleShowDetails(item)} 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> ); </Button> );

View File

@ -533,7 +533,7 @@ export function ProcessInnovationPage() {
variant="ghost" variant="ghost"
size="sm" size="sm"
onClick={() => handleProjectDetails(item)} 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> </Button>

View File

@ -616,7 +616,7 @@ export function ProductInnovationPage() {
size="sm" size="sm"
onClick={() => { onClick={() => {
handleProjectDetails(item)}} 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> </Button>