price formatter style changed

This commit was merged in pull request #200.
This commit is contained in:
victorAnumudu
2023-06-22 14:24:56 +01:00
parent 03b79f0e0c
commit a6c6c36fbc
9 changed files with 55 additions and 21 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ export default function MyJobTable({ className, ActiveJobList }) {
<span className="text-base text-gray-600">
{task?.description}
</span>
<span className="text-sm text-thin-light-gray">
<span className="text-sm text-thin-light-gray flex flext-start gap-1">
Price:
<span className="text-purple ml-1">{thePrice}</span>
</span>