|
|
|
@ -28,8 +28,8 @@ const CardTrelloDesign = ({ |
|
|
|
|
{/* right */} |
|
|
|
|
{circle && ( |
|
|
|
|
<CircleInCircle |
|
|
|
|
parentClassName={"bg-[#FF000044]"} |
|
|
|
|
childClassName={"bg-[#FF0000]"} |
|
|
|
|
parentClassName={"bg-primaryDark"} |
|
|
|
|
childClassName={"bg-primaryLight"} |
|
|
|
|
/> |
|
|
|
|
)} |
|
|
|
|
{/* left */} |
|
|
|
@ -66,14 +66,14 @@ const CardTrelloDesign = ({ |
|
|
|
|
{/* comment Icon */} |
|
|
|
|
{commnets && ( |
|
|
|
|
<div class="flex flex-row items-center ml-1"> |
|
|
|
|
<span className="text-xs ml-0.5 text-[10px] text-[#707070]"> |
|
|
|
|
<span className="text-xs ml-0.5 text-[10px] text-primaryDark"> |
|
|
|
|
10 |
|
|
|
|
</span> |
|
|
|
|
<CommentIcon |
|
|
|
|
icon="images/CardTrelloDesignmessage-text.svg" |
|
|
|
|
commentClassName="w-5" |
|
|
|
|
commentNum={false} |
|
|
|
|
className="w-2.5 h-2.5 bg-[#0AABFF] absolute top-0 left-0 transfrom -translate-x-0.5 border-white" |
|
|
|
|
className="w-2.5 h-2.5 bg-primary absolute top-0 left-0 transfrom -translate-x-0.5 border-surface" |
|
|
|
|
/> |
|
|
|
|
</div> |
|
|
|
|
)} |
|
|
|
|