Last Activity Font Done

main
Pedram Keshavarzi 3 years ago
parent 861d2914b0
commit 9dc8732e8c
  1. 6
      src/view/dashboard/LastActivity.js

@ -84,7 +84,7 @@ const LastActivity = () => {
مشاهده بیشتر
</Link> */}
</div>
<div className="LastActivity-row2 w-full py-2 border-color1 flex items-center text-right justify-between flex-row-reverse">
<div className="LastActivity-row2 w-full py-2 border-color1 flex items-center text-right font-bold justify-between flex-row-reverse">
<div className="LastActivity-row2-item text-color2 text-sm w-3/12">
عنوان
@ -126,11 +126,11 @@ const LastActivity = () => {
</div>
<div
className="LastActivity-item-name text-center w-2/12 text-ellipsis whitespace-nowrap overflow-hidden"
className="LastActivity-item-name text-sm text-center w-2/12 text-ellipsis whitespace-nowrap overflow-hidden"
style={{ direction: "rtl", fontFamily: "IRANSansXFaNum-Regular" }}
>
{
item.situation ? <p className="text-red26 font-bold ">آماده قابل دریافت</p> : <p className="text-red26 ">غیر قابل دریافت</p>
item.situation ? <p className="text-red26 ">آماده قابل دریافت</p> : <p className="text-red52 ">غیر قابل دریافت</p>
}
</div>

Loading…
Cancel
Save