dark mode style changed for pagination and manage active job

This commit was merged in pull request #174.
This commit is contained in:
victorAnumudu
2023-06-15 07:01:41 +01:00
parent 8a6c8badbe
commit 6a3662d69e
8 changed files with 31 additions and 31 deletions
@@ -2,8 +2,8 @@ import React from 'react'
function ReviewTaskAction() {
return (
<div className='job-action'>
<p className="my-3 py-1 text-base">
<div className='job-action bg-white dark:bg-black'>
<p className="my-3 py-1 text-base text-dark-gray dark:text-white">
Waiting for the completion message from the client before you can approve. Worker True & Review Job
</p>
</div>