job action

This commit is contained in:
CHIEFSOFT\ameye
2023-06-11 09:24:12 -04:00
parent 5f87c5f36c
commit 5e85697c82
@@ -6,7 +6,7 @@ function ReviewJobAction() {
<p className="my-3 py-1 text-base">
<table className="w-full text-sm text-left text-gray-500 dark:text-gray-400 review-owner">
<tbody>
<tr className=" border-b dark:border-[#5356fb29] hover:bg-gray-50">
<tr className="border-b dark:border-[#5356fb29]">
<td className=" py-4">
<div className="flex space-x-2 items-center w-full">
<div className="flex flex-col flex-[0.9]">
@@ -21,7 +21,7 @@ function ReviewJobAction() {
<td>
<div className="flex justify-center items-center">
<button type="button" className="w-120 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white">
Reject/Accepts
Reject or Accept
</button>
</div>
</td>