update src/components/CardTrelloDesign/index.js

master
mahdi 3 years ago
parent 956b4c9e2a
commit 0352800ffe
  1. 6
      src/components/CardTrelloDesign/index.js

@ -70,7 +70,7 @@ const CardTrelloDesign = ({
10 10
</span> </span>
<CommentIcon <CommentIcon
icon={messageText} icon="images/CardTrelloDesignmessage-text.svg"
commentClassName="w-5" commentClassName="w-5"
commentNum={false} 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-[#0AABFF] absolute top-0 left-0 transfrom -translate-x-0.5 border-white"
@ -125,12 +125,12 @@ CardTrelloDesign.defaultProps = {
{ {
title: "29 فروردین", title: "29 فروردین",
className: "text-[#007987] bg-[#06BACE33]", className: "text-[#007987] bg-[#06BACE33]",
icon: clock, icon: "images/CardTrelloDesignclock.svg",
}, },
{ {
title: "12 از 13", title: "12 از 13",
className: "text-[#FFAA00] bg-[#FFAA0033]", className: "text-[#FFAA00] bg-[#FFAA0033]",
icon: nike, icon: "images/CardTrelloDesignnike.svg",
}, },
], ],

Loading…
Cancel
Save