Button format

This commit is contained in:
CHIEFSOFT\ameye
2023-05-06 22:59:32 -04:00
parent 07f8aaf48e
commit 26258b0700
3 changed files with 4 additions and 4 deletions
@@ -62,7 +62,7 @@ export default function MyActiveJobTable({MyJobList, className }) {
<td className="text-right py-4 px-2">
<button
type="button"
className="text-sm text-white bg-light-green px-2.5 py-1.5 rounded-full"
className="w-20 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white"
>
View
</button>