|
|
|
@ -17,7 +17,7 @@ const CardTrelloDesign = ({ |
|
|
|
|
showEmptyCards, |
|
|
|
|
}) => { |
|
|
|
|
return ( |
|
|
|
|
<div className="max-w-[400px] mx-auto bg-white mt-10 rounded-md shadow p-3"> |
|
|
|
|
<div className="max-w-[400px] mx-auto bg-surface mt-10 rounded shadow p-3"> |
|
|
|
|
{/* top */} |
|
|
|
|
<div |
|
|
|
|
className={`flex justify-between items-center ${ |
|
|
|
@ -37,7 +37,7 @@ const CardTrelloDesign = ({ |
|
|
|
|
{showBtn && |
|
|
|
|
buttons.map((btn) => ( |
|
|
|
|
<Button |
|
|
|
|
className={`${btn.className} border-none px-1 py-0.5 text-xs rounded-sm text-white`} |
|
|
|
|
className={`${btn.className} border-none px-1 py-0.5 text-xs rounded text-white`} |
|
|
|
|
text={btn.name} |
|
|
|
|
/> |
|
|
|
|
))} |
|
|
|
@ -51,7 +51,7 @@ const CardTrelloDesign = ({ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
{/* middle */} |
|
|
|
|
<p className="text-sm leading-6 text-justify mt-3 text-[#00253A]"> |
|
|
|
|
<p className="text-sm leading-6 text-justify mt-3 text-primaryText"> |
|
|
|
|
طراحی رابط کاربری و تجربه کاربر پروژه اندیشمند به همراه موارد اطلاحی |
|
|
|
|
پروژه دانوین |
|
|
|
|
</p> |
|
|
|
@ -81,7 +81,7 @@ const CardTrelloDesign = ({ |
|
|
|
|
tags.map((tag) => ( |
|
|
|
|
<TagDesign1 |
|
|
|
|
title={tag.title} |
|
|
|
|
tagClassName={`flex-row-reverse rounded-sm p-1 text-xs ${tag.className}`} |
|
|
|
|
tagClassName={`flex-row-reverse rounded p-1 text-xs ${tag.className}`} |
|
|
|
|
iconClassName={"w-4 mr-0 ml-1"} |
|
|
|
|
icon={tag.icon} |
|
|
|
|
/> |
|
|
|
|